diff --git a/public_html/gmap.html b/public_html/gmap.html index 5f56ae4..c524bad 100644 --- a/public_html/gmap.html +++ b/public_html/gmap.html @@ -16,8 +16,8 @@ -
-

The settings feature is coming soon. Keep checking github.

+
diff --git a/public_html/script.js b/public_html/script.js index f7d828e..3f31e20 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -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();