mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Typo, gotta define c sooner
This commit is contained in:
parent
e16e822a89
commit
ca6c635885
1 changed files with 1 additions and 1 deletions
|
@ -582,6 +582,7 @@
|
|||
},
|
||||
|
||||
redirect_to: function(destination, options) {
|
||||
c = this;
|
||||
|
||||
options = options !== undefined ? options : {};
|
||||
|
||||
|
@ -593,7 +594,6 @@
|
|||
store.clear('slide');
|
||||
}
|
||||
|
||||
c = this;
|
||||
// This is a copy-pasta of some of the redirect/refresh code of
|
||||
// sammy.js because for some reason calling the original
|
||||
// redirect/refresh function in some context does not work >.>
|
||||
|
|
Loading…
Reference in a new issue