Index: popup.js |
diff --git a/popup.js b/popup.js |
index d611a7b44aa3bfd718e15635d0ec99297413008e..3d6dc4cc1eaff7c48475639b27173f45bacd299f 100644 |
--- a/popup.js |
+++ b/popup.js |
@@ -70,7 +70,7 @@ function onLoad() |
document.getElementById("clickhide-cancel").addEventListener("click", cancelClickHide, false); |
document.getElementById("options").addEventListener("click", function() |
{ |
- ext.showOptions(); |
+ ext.showOptions(Prefs["new_options_page"]); |
}, false); |
// Set up collapsing of menu items |