mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
Preventing OS X / iOS captive portal popup altogether
This commit is contained in:
parent
80b4a53d5a
commit
ce8e306994
@ -72,13 +72,3 @@
|
||||
margin: 0 0 0 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
#portalpopup {
|
||||
width: 400px;
|
||||
height: 200px;
|
||||
margin: -100px 0 0 -200px;
|
||||
}
|
||||
#portalpopup p{
|
||||
margin: 1em;
|
||||
}
|
@ -90,9 +90,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="portalpopup" class="popup">
|
||||
<p>Hi, <a href="http://draw.doodle3d.com">start doodling!</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="portrait">
|
||||
|
@ -49,10 +49,6 @@ $(function() {
|
||||
settingsWindow.init(wifiboxURL);
|
||||
$(document).on(SettingsWindow.SETTINGS_LOADED,settingsLoaded);
|
||||
|
||||
if(window.toolbar.visible == false) {
|
||||
$("#contentOverlay").css("display","block");
|
||||
$("#portalpopup").css("display","block");
|
||||
}
|
||||
if(debugMode) {
|
||||
console.log("debug mode is true");
|
||||
$("body").css("overflow", "auto");
|
||||
@ -83,6 +79,7 @@ $(function() {
|
||||
}, 1000);
|
||||
//*/
|
||||
}
|
||||
|
||||
})
|
||||
function settingsLoaded() {
|
||||
console.log("settingsLoaded");
|
||||
|
9
library/test/success.html
Normal file
9
library/test/success.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Success</TITLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
Success
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Reference in New Issue
Block a user