domReady() triggered by JQuery
authorMike Taylor <mike@indexdata.com>
Mon, 17 Jun 2013 16:08:07 +0000 (17:08 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 17 Jun 2013 16:08:07 +0000 (17:08 +0100)
experiments/spclient/example_client.js

index 8e74805..8fb51fb 100644 (file)
@@ -373,6 +373,7 @@ function renderDetails(data, marker)
 
 
 $(document).ready(function() { 
+    domReady();
     var jqxhr = jQuery.get("/service-proxy-auth")
        .fail(function() { alert("service proxy authentifiction failed"); });
 });