mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +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,13 +2,11 @@
|
||||
// <![CDATA[
|
||||
function hide_qr(hide)
|
||||
{
|
||||
var qr = document.getElementById('qr_editor_div');
|
||||
var qr_show = document.getElementById('qr_showeditor_div');
|
||||
qr_show.style.display = (hide) ? '' : 'none';
|
||||
qr.style.display = (hide) ? 'none' : '';
|
||||
dE('qr_editor_div');
|
||||
dE('qr_showeditor_div');
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
onload_functions.push('hide_qr(true);');
|
||||
// ]]>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user