Get js in row buttons working (again)

This commit is contained in:
Nathan Gray 2011-09-26 16:19:09 +00:00
parent 29501fc027
commit b41745afdb

View File

@ -158,7 +158,7 @@ var et2_button = et2_baseWidget.extend([et2_IInput, et2_IDetachedDOM], {
*/ */
getDetachedAttributes: function(_attrs) getDetachedAttributes: function(_attrs)
{ {
_attrs.push("value", "class", "image", "onclick"); _attrs.push("value", "class", "image" );
}, },
getDetachedNodes: function() getDetachedNodes: function()