diff options
| author | teramako | 2011-03-26 08:45:01 +0900 |
|---|---|---|
| committer | teramako | 2011-03-26 08:45:01 +0900 |
| commit | 0b471a13233119b7924263bc404ce4642625acdd (patch) | |
| tree | af47a770534e99fc01a456efabc5b1fec0d62124 | |
| parent | be4f28b8b994f4766c21a39df9e1949211985434 (diff) | |
| download | vimperator-plugins-0b471a13233119b7924263bc404ce4642625acdd.tar.bz2 | |
remove NoScript specific logic
| -rw-r--r-- | statusline-toolbar.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/statusline-toolbar.js b/statusline-toolbar.js index fc0c893..1555b56 100644 --- a/statusline-toolbar.js +++ b/statusline-toolbar.js @@ -32,9 +32,6 @@ var INFO = </plugin> var updater = { - "noscript-tbb": [ - function add(id) { noscriptOverlay.initPopups(); }, - ], "star-button": [ null, function rm(elm) { |
