Commit 5b48b8c2 authored by Sven Franck's avatar Sven Franck

cleanup

parent 26d94d22
...@@ -3856,15 +3856,15 @@ ...@@ -3856,15 +3856,15 @@
if (document.getElementById(raw_url.split("#").pop()) || if (document.getElementById(raw_url.split("#").pop()) ||
raw_url === $.mobile.getDocumentUrl() || raw_url === $.mobile.getDocumentUrl() ||
data.options.role === "popup") { data.options.role === "popup") {
// console.log("let JQM go") console.log("let JQM go")
return; return;
} }
if (document.getElementById(config.id)) { if (document.getElementById(config.id)) {
// console.log("stop JQM") console.log("stop JQM")
e.preventDefault(); e.preventDefault();
return; return;
} }
// console.log("HIJACK and stop JQM") console.log("HIJACK and stop JQM")
handle = true; handle = true;
e.preventDefault(); e.preventDefault();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment