mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Libs/jQuery
* updated to 1.12.4 (plus compatibility changes in affected javascripts) * fixed double escapes on featuredbox text * fixed rogue whitespace
This commit is contained in:
@@ -3379,8 +3379,8 @@ var Markup = {
|
||||
|
||||
this.inited = true;
|
||||
|
||||
$('[data-highlight]')
|
||||
.live('mouseenter', function() {
|
||||
$(function () {
|
||||
$(document).delegate('[data-highlight]', 'mouseenter', function() {
|
||||
var _ = $(this).attr('data-highlight').split(':');
|
||||
|
||||
if(_.length != 2)
|
||||
@@ -3399,6 +3399,7 @@ var Markup = {
|
||||
elem.selectionStart = start;
|
||||
elem.selectionEnd = start;
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user