summaryrefslogtreecommitdiff
path: root/js/readability-0.1.js
diff options
context:
space:
mode:
authorumbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-03-05 20:48:20 +0000
committerumbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-03-05 20:48:20 +0000
commit2d9a06c6b02ef0f9386d43cbdb722ce868cb6205 (patch)
tree7b9ae77a9492b5e9daa3707a769604dacf7e0ec9 /js/readability-0.1.js
parent0780d8121bc3a8be0cf5b195e1cf32616e5030cb (diff)
downloadreadability-simple-2d9a06c6b02ef0f9386d43cbdb722ce868cb6205.tar.bz2
readability-simple-2d9a06c6b02ef0f9386d43cbdb722ce868cb6205.zip
Making readability localized
git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@5 d4e419ec-0920-11de-bbfd-a7c1bc4c261e
Diffstat (limited to 'js/readability-0.1.js')
-rwxr-xr-xjs/readability-0.1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/readability-0.1.js b/js/readability-0.1.js
index 5b153df..d1a2ccb 100755
--- a/js/readability-0.1.js
+++ b/js/readability-0.1.js
@@ -51,7 +51,7 @@ function grabArticle() {
// REMOVES ALL STYLESHEETS ...
for (var k=0;k < document.styleSheets.length; k++) {
- if (document.styleSheets[k].href != null && document.styleSheets[k].href.lastIndexOf("arc90.com/experiments/readability") == -1) {
+ if (document.styleSheets[k].href != null && document.styleSheets[k].href.lastIndexOf("readability") == -1) {
document.styleSheets[k].disabled = true;
}
}