Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Commit

Permalink
jquery-1.10.2 Update
Browse files Browse the repository at this point in the history
Changes for jquery-1.10.2 compatibility.
  • Loading branch information
msoler8785 committed Apr 2, 2014
1 parent 6eade75 commit e00c3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/timeout-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ String.prototype.format = function() {

destroyDialog: function() {
if ($("#timeout-dialog").length) {
$(this).dialog("close");
$("#timeout-dialog").dialog("close");
$('#timeout-dialog').remove();
}
},
Expand Down

0 comments on commit e00c3a1

Please sign in to comment.