mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Update javascript code.
This commit is contained in:
@@ -24,8 +24,6 @@ $(function () {
|
||||
tour.init();
|
||||
// Start the tour
|
||||
tour.start();
|
||||
}).fail(function () {
|
||||
console.log('Already had tour.');
|
||||
});
|
||||
}
|
||||
|
||||
@@ -34,7 +32,7 @@ $(function () {
|
||||
|
||||
function endTheTour() {
|
||||
"use strict";
|
||||
$.post('json/end-tour', {_token: token});
|
||||
$.post('json/end-tour');
|
||||
|
||||
}
|
||||
|
||||
@@ -69,5 +67,4 @@ function putData(data) {
|
||||
|
||||
function failData() {
|
||||
"use strict";
|
||||
console.log('Failed to get box!');
|
||||
}
|
Reference in New Issue
Block a user