Skip to content

Commit

Permalink
correcting url
Browse files Browse the repository at this point in the history
  • Loading branch information
bencallahan committed Jul 2, 2012
1 parent 57e715f commit 07f87c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responsive-retrofit-bookmarklet.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
javascript: (function () {
var jsCode = document.createElement('script');

jsCode.setAttribute('src', 'https://raw.github.com/sparkbox/make-fluid/master/responsive-retrofit.js');
jsCode.setAttribute('src', 'https://raw.github.com/sparkbox/responsive-retrofitting/master/responsive-retrofit.js');
document.body.appendChild(jsCode);
}());

0 comments on commit 07f87c0

Please sign in to comment.