projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d3525
)
domReady() triggered by JQuery
author
Mike Taylor
<mike@indexdata.com>
Mon, 17 Jun 2013 16:08:07 +0000
(17:08 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 17 Jun 2013 16:08:07 +0000
(17:08 +0100)
experiments/spclient/example_client.js
patch
|
blob
|
history
diff --git
a/experiments/spclient/example_client.js
b/experiments/spclient/example_client.js
index
8e74805
..
8fb51fb
100644
(file)
--- a/
experiments/spclient/example_client.js
+++ b/
experiments/spclient/example_client.js
@@
-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"); });
});