Skip to content

Commit

Permalink
Close sign hover over tab X works
Browse files Browse the repository at this point in the history
  • Loading branch information
azawawi committed Nov 5, 2012
1 parent f689782 commit e257740
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Farabi6/files/farabi.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,13 @@ function startFarabi(editorId) {
$(this).parent().parent().addClass("error");
}
});

$(".icon-remove").hover(function() {
$(this).addClass("icon-remove-sign");
},
function() {
$(this).removeClass("icon-remove-sign");
});
}

function runOnPerlito6(source) {
Expand Down

0 comments on commit e257740

Please sign in to comment.