diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-23 12:10:08 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-07-11 10:38:55 -0400 |
commit | 6599cabed7b52fd1822846e7fdc1e647058f9135 (patch) | |
tree | da5f9df037a77e07522dad6c24da9da069b599ae /phpBB/styles/prosilver/template/posting_buttons.html | |
parent | 7a34c7eabe4712333e3a96754a836949ecfe4306 (diff) | |
download | forums-6599cabed7b52fd1822846e7fdc1e647058f9135.tar forums-6599cabed7b52fd1822846e7fdc1e647058f9135.tar.gz forums-6599cabed7b52fd1822846e7fdc1e647058f9135.tar.bz2 forums-6599cabed7b52fd1822846e7fdc1e647058f9135.tar.xz forums-6599cabed7b52fd1822846e7fdc1e647058f9135.zip |
[ticket/11563] Remove unused JS variables
Remove unused JS variables from posting_buttons
PHPBB3-11563
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_buttons.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_buttons.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index fadbc9b3ca..2e96a404f3 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -32,9 +32,6 @@ <!-- END custom_tags --> } - var panels = new Array('options-panel', 'attach-panel', 'poll-panel'); - var show_panel = 'options-panel'; - function change_palette() { dE('colour_palette'); |