mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@8003 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e9151c450f
commit
f39202b42c
1 changed files with 3 additions and 3 deletions
|
@ -41,10 +41,10 @@
|
|||
<!-- ENDIF -->
|
||||
|
||||
|
||||
function toggle_select(smilie, display, select)
|
||||
function toggle_select(icon, display, select)
|
||||
{
|
||||
var disp = document.getElementById('order_disp[' + smilie + ']');
|
||||
var nodisp = document.getElementById('order_no_disp[' + smilie + ']');
|
||||
var disp = document.getElementById('order_disp[' + icon + ']');
|
||||
var nodisp = document.getElementById('order_no_disp[' + icon + ']');
|
||||
disp.disabled = !display;
|
||||
nodisp.disabled = display;
|
||||
if (display)
|
||||
|
|
Loading…
Add table
Reference in a new issue