r3495 - trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators
Author: tchemit Date: 2012-06-16 23:49:24 +0200 (Sat, 16 Jun 2012) New Revision: 3495 Url: http://chorem.org/repositories/revision/pollen/3495 Log: fix css class injection (add them, but do NOT replace the class attribute) Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp 2012-06-16 20:36:03 UTC (rev 3494) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/decorators/layout-default.jsp 2012-06-16 21:49:24 UTC (rev 3495) @@ -53,7 +53,7 @@ jQuery(document).ready(function () { // apply common style - $('fieldset').attr('class', 'ui-widget-content ui-corner-all'); + $('fieldset').addClass('ui-widget-content ui-corner-all'); // Popup for lostPassword $('#lostPasswordLink').click(function() {
participants (1)
-
tchemit@users.chorem.org