And removing it, dangerous
This commit is contained in:
@@ -530,10 +530,6 @@ ready(function(model) {
|
||||
exports.toggleDebug = function() {
|
||||
return model.set('_debug', !model.get('_debug'));
|
||||
};
|
||||
exports.loadUserSession = function(e, el) {
|
||||
model.set('_session.userId', model.get('_loadUserId'));
|
||||
return window.location.reload();
|
||||
};
|
||||
exports.revive = function(e, el) {
|
||||
var stats;
|
||||
stats = model.at('_user.stats');
|
||||
|
||||
Reference in New Issue
Block a user