mirror of
https://github.com/e107inc/e107.git
synced 2025-03-11 07:59:44 +01:00
leftover debug code removal
This commit is contained in:
parent
7b31ed2a42
commit
43598f0e3d
@ -9,8 +9,8 @@
|
||||
* Image Administration Area
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/image.php,v $
|
||||
* $Revision: 1.11 $
|
||||
* $Date: 2008-12-10 20:54:06 $
|
||||
* $Revision: 1.12 $
|
||||
* $Date: 2008-12-10 20:55:21 $
|
||||
* $Author: secretr $
|
||||
*
|
||||
*/
|
||||
@ -685,7 +685,7 @@ function headerjs()
|
||||
var element = event.findElement('.options'), check = null;
|
||||
if(element) {
|
||||
check = element.select('input.checkbox'); //search for checkbox
|
||||
} console.log(element, check);
|
||||
}
|
||||
//toggle checked property
|
||||
if(check && check[0] && !(\$(check[0]).disabled)) {
|
||||
\$(check[0]).checked = !(\$(check[0]).checked);
|
||||
|
Loading…
x
Reference in New Issue
Block a user