git-svn-id: https://msi/svn/firstRepo/Management/trunk@8 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
define(['jquery'], function ($){
|
||||
'use strict';
|
||||
$(document).bind("mobileinit", function () {
|
||||
/*
|
||||
$.mobile.ajaxEnabled = false;
|
||||
$.mobile.linkBindingEnabled = false;
|
||||
$.mobile.hashListeningEnabled = false;
|
||||
$.mobile.pushStateEnabled = false;
|
||||
$.support.cors = true;
|
||||
$.mobile.allowCrossDomainPages = true;
|
||||
*/
|
||||
//$.mobile.defaultPageTransition = 'slidefade';
|
||||
// Remove page from DOM when it's being replaced
|
||||
/*
|
||||
$(document).on("pagecontainerhide", function (event, ui) {
|
||||
$("div[data-role='page']:not(.ui-page-active)").remove();
|
||||
});
|
||||
*/
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user