Final major add for working buttons in IE
This commit is contained in:
parent
cf255b2979
commit
a07bd76625
|
@ -14,7 +14,6 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
var padeditbar = (function()
|
||||
{
|
||||
|
||||
|
@ -84,7 +83,8 @@ var padeditbar = (function()
|
|||
},
|
||||
isEnabled: function()
|
||||
{
|
||||
return !$("#editbar").hasClass('disabledtoolbar');
|
||||
// return !$("#editbar").hasClass('disabledtoolbar');
|
||||
return true;
|
||||
},
|
||||
disable: function()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue