Remove debug

This commit is contained in:
nathangray 2017-05-10 08:48:14 -06:00
parent 42b276fcaf
commit 379463c96d

View File

@ -1032,7 +1032,7 @@ var et2_vfsSelect = (function(){ "use strict"; return et2_inputWidget.extend(
set_readonly: function(readonly) {
this.options.readonly = Boolean(readonly);
debugger;
if(this.options.readonly)
{
this.button.hide();