Rejigger rtd.js so everything runs after jquery load

rtd2
Eric Holscher 2013-10-03 15:28:52 -07:00
parent d2a0a1c0d0
commit 0f983d1285
1 changed files with 16 additions and 15 deletions

View File

@ -69,24 +69,25 @@
checkVersion(slug, version);
getVersions(slug, version);
/*
* Grok the Docs event handling
* This will allow you to better
* understand whats happening in your docs,
* once fully rolled out.
*/
$.ajax({
url: "https://api.grokthedocs.com/static/client.js",
crossDomain: true,
dataType: "script",
cache: true,
});
});
})();
/*
* Grok the Docs event handling
* This will allow you to better
* understand whats happening in your docs,
* once fully rolled out.
*/
$.ajax({
url: "https://api.grokthedocs.com/static/client.js",
crossDomain: true,
dataType: "script",
cache: true,
});