Hide Settings-windows text while page is loading.
modified: public_html/gmap.html modified: public_html/script.js
This commit is contained in:
parent
0e3426d46b
commit
92d665e0da
2 changed files with 7 additions and 2 deletions
public_html
|
@ -176,6 +176,11 @@ function initialize() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// These will run after page is complitely loaded
|
||||
$(window).load(function() {
|
||||
$('#dialog-modal').css('display', 'inline'); // Show hidden settings-windows content
|
||||
});
|
||||
|
||||
// Load up our options page
|
||||
optionsInitalize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue