fixes #156 - Allow server to run as a service
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
(function ($, document) {
|
||||
|
||||
$(document).on('pageinit', "#wizardServicePage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
$('#btnNextPage', page).on('click', function () {
|
||||
|
||||
Dashboard.navigate('wizardfinish.html');
|
||||
});
|
||||
});
|
||||
|
||||
})(jQuery, document, window);
|
||||
Reference in New Issue
Block a user