mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
use existing function
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9749 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -2,10 +2,8 @@
|
|||||||
// <![CDATA[
|
// <![CDATA[
|
||||||
function hide_qr(hide)
|
function hide_qr(hide)
|
||||||
{
|
{
|
||||||
var qr = document.getElementById('qr_editor_div');
|
dE('qr_editor_div');
|
||||||
var qr_show = document.getElementById('qr_showeditor_div');
|
dE('qr_showeditor_div');
|
||||||
qr_show.style.display = (hide) ? '' : 'none';
|
|
||||||
qr.style.display = (hide) ? 'none' : '';
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user