 Issue 29340737:
  Issue 3968 - Add "new-" prefix to option file names  (Closed)
    
  
    Issue 29340737:
  Issue 3968 - Add "new-" prefix to option file names  (Closed) 
  | Index: ext/background.js | 
| diff --git a/ext/background.js b/ext/background.js | 
| index 8f864da235a57220ccbc231a047bb2eb3d941876..88665eab3e936b3225131b706751a01eee9014d8 100644 | 
| --- a/ext/background.js | 
| +++ b/ext/background.js | 
| @@ -78,8 +78,8 @@ | 
| global.ext.showOptions = function(callback) | 
| { | 
| - if (top.location.href.indexOf("options.html") == -1) | 
| - window.open("options.html", "_blank"); | 
| + if (top.location.href.indexOf("new-options.html") == -1) | 
| + window.open("new-options.html", "_blank"); | 
| if (callback) | 
| callback(); |