Skip to content

Commit

Permalink
fixes #375 - fixed issue which causes gub gub to stop working
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Gonzalez committed Oct 18, 2012
1 parent 0c44533 commit 16e2762
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion public/js/bookmarklet.js
Expand Up @@ -12,7 +12,7 @@ function makeDOMVars(){
// Grab fileupload.js
function getFileUploadJS(){
jQuery.ajax({
url: "https://raw.github.com/blueimp/jQuery-File-Upload/master/js/jquery.fileupload.js",
url: "http://www.geni.com/javascripts/jq.lib.fileupload.js",
dataType: "script",
success: function(){
main();
Expand Down
1 change: 0 additions & 1 deletion public/js/jquery.fileupload.js

This file was deleted.

1 change: 0 additions & 1 deletion public/js/jquery.iframe-transport.js

This file was deleted.

1 change: 0 additions & 1 deletion public/js/jquery.ui.widget.js

This file was deleted.

0 comments on commit 16e2762

Please sign in to comment.