Skip to content

Commit

Permalink
Demo: Simple fix for disabled form elements after reload in FF.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodaiber committed Sep 8, 2011
1 parent f9b9219 commit 606ed06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@

$('.candidates').uniform()
$("select, input").uniform();
$("select, input").attr("disabled", false);
$(".disabled").removeClass("disabled");
$(".action_button").attr("disabled", false);

$("#tree_dbpedia").jstree({
Expand Down

0 comments on commit 606ed06

Please sign in to comment.