Index: trunk/extensions/ProofreadPage/proofread.js |
— | — | @@ -45,6 +45,7 @@ |
46 | 46 | |
47 | 47 | function proofreadPageSetup() { |
48 | 48 | |
| 49 | + if( document.getElementById("proofreadImage")) return; |
49 | 50 | if(!self.proofreadPageViewURL) return; |
50 | 51 | |
51 | 52 | if(document.URL.indexOf("action=protect") > 0 || document.URL.indexOf("action=unprotect") > 0) return; |