Skip to content

Commit

Permalink
whoops. Updating the dojo.js used for reporting so reporting actually…
Browse files Browse the repository at this point in the history
… works
  • Loading branch information
phiggins42 committed May 23, 2009
1 parent 890b249 commit 78f598a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/slickspeed.js
Expand Up @@ -85,7 +85,7 @@ window.onload = function(){
}

var s = document.createElement('script');
s.src = "frameworks/dojo-130.js";
s.src = "frameworks/dojo-131.js";
var h = document.getElementsByTagName("head")[0];
s.onload = s.onreadystatechange = function(e){
if((e && e.type == "load") || /loaded|complete/.test(s.readyState)){
Expand Down

0 comments on commit 78f598a

Please sign in to comment.