mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Implemented a short tour.
This commit is contained in:
@@ -9,6 +9,16 @@ $(function () {
|
||||
// do chart JS stuff.
|
||||
drawChart();
|
||||
}
|
||||
|
||||
$.getJSON('json/tour').success(function (data) {
|
||||
var tour = new Tour({steps: data.steps, template: data.template});
|
||||
// Initialize the tour
|
||||
tour.init();
|
||||
// Start the tour
|
||||
tour.start();
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
function drawChart() {
|
||||
|
Reference in New Issue
Block a user