mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Changed login so it leads to previously viewed page
This commit is contained in:
@ -30,7 +30,6 @@ App.Presenters.UserActivationPresenter = function(
|
||||
|
||||
function reinit(args) {
|
||||
operation = args.operation;
|
||||
console.log(operation);
|
||||
promise.wait(util.promiseTemplate('user-query-form')).then(function(html) {
|
||||
template = _.template(html);
|
||||
if (args.token) {
|
||||
|
Reference in New Issue
Block a user