mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
Remove debug
This commit is contained in:
parent
42b276fcaf
commit
379463c96d
@ -1032,7 +1032,7 @@ var et2_vfsSelect = (function(){ "use strict"; return et2_inputWidget.extend(
|
|||||||
|
|
||||||
set_readonly: function(readonly) {
|
set_readonly: function(readonly) {
|
||||||
this.options.readonly = Boolean(readonly);
|
this.options.readonly = Boolean(readonly);
|
||||||
debugger;
|
|
||||||
if(this.options.readonly)
|
if(this.options.readonly)
|
||||||
{
|
{
|
||||||
this.button.hide();
|
this.button.hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user