added splash page
This commit is contained in:
@@ -65,13 +65,11 @@
|
||||
$(document).on('pageinit', "#itemListPage", function () {
|
||||
|
||||
|
||||
}).on('pagebeforeshow', "#itemListPage", function () {
|
||||
}).on('pageshow', "#itemListPage", function () {
|
||||
|
||||
query.ParentId = getParameterByName('parentId');
|
||||
reloadItems(this);
|
||||
|
||||
}).on('pageshow', "#itemListPage", function () {
|
||||
|
||||
});
|
||||
|
||||
})(jQuery, document);
|
||||
Reference in New Issue
Block a user