Skip to content

Commit 8c654ce

Browse files
committed
Fixed broken disabled buttons
1 parent a65a69f commit 8c654ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

htdocs/themes/math4/math4.js

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ $(function(){
55
$('.nav_button').addClass('btn btn-primary');
66
$('.classlist').addClass('table table-condensed classlist-table');
77

8+
// Make grey_buttons disabled buttons
9+
$('.gray_button').addClass('btn disabled').removeClass('gray_button');
10+
811
// replace pencil gifs by something prettier
912
$('td a:has(img[src$="edit.gif"])').each(function () { $(this).html($(this).html().replace(/<img.*>/," <i class='icon-pencil'></i>")); });
1013

0 commit comments

Comments
 (0)