mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Removed debug code from multifile.js
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92814 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
555863a7be
commit
f12db2706b
1
thirdparty/multifile/multifile.js
vendored
1
thirdparty/multifile/multifile.js
vendored
@ -182,7 +182,6 @@ function MultiSelector( list_target, max, upload_button ){
|
|||||||
this.list_target.appendChild( new_row );
|
this.list_target.appendChild( new_row );
|
||||||
|
|
||||||
// Modified 2006-11-06 by Silverstripe Ltd.
|
// Modified 2006-11-06 by Silverstripe Ltd.
|
||||||
console.debug(typeof(window.ontabschanged));
|
|
||||||
if(typeof(window.ontabschanged) != 'undefined') window.ontabschanged();
|
if(typeof(window.ontabschanged) != 'undefined') window.ontabschanged();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user