*** empty log message ***

git-svn-id: file:///svn/phpbb/trunk@8003 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2007-08-03 12:05:51 +00:00
parent e9151c450f
commit f39202b42c

View file

@ -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)