- Timestamp:
- 05/26/11 15:43:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/HLStyling.js
r6300 r6301 8 8 9 9 $('input:submit, input:reset').each(function () { 10 $(this).replaceWith('<button class="' + $(this).attr('class') + '" type="' + $(this).attr('type') + '">' + $(this).val() + '</button>');10 $(this).replaceWith('<button class="' + $(this).attr('class') + '" name="' + $(this).attr('name') + '" type="' + $(this).attr('type') + '">' + $(this).val() + '</button>'); 11 11 }); 12 12
Note: See TracChangeset
for help on using the changeset viewer.