mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
Add simple webclient to manage zones
This commit is contained in:
11
public_html/js/jqm-config.js
Normal file
11
public_html/js/jqm-config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
$(document).bind("mobileinit", function () {
|
||||
$.mobile.ajaxEnabled = false;
|
||||
$.mobile.linkBindingEnabled = false;
|
||||
$.mobile.hashListeningEnabled = false;
|
||||
$.mobile.pushStateEnabled = false;
|
||||
|
||||
// Remove page from DOM when it's being replaced
|
||||
$('div[data-role="page"]').live('pagehide', function (event, ui) {
|
||||
$(event.currentTarget).remove();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user