mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-05 20:10:57 +00:00
Replace uri with url
This commit is contained in:
3
public/v1/js/ff/intro/intro.js
vendored
3
public/v1/js/ff/intro/intro.js
vendored
@@ -18,11 +18,10 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** global: nextLabel, prevLabel,skipLabel,doneLabel routeForTour, token, routeStepsUri, routeForFinishedTour, forceDemoOff */
|
||||
$(function () {
|
||||
"use strict";
|
||||
if (!forceDemoOff) {
|
||||
$.getJSON(routeStepsUri).done(setupIntro)
|
||||
$.getJSON(routeStepsUrl).done(setupIntro)
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user