Committer: pkornilov
LJSUP-6515: Custom Userheads.U trunk/htdocs/js/jquery-ui-autocomplete.js U trunk/htdocs/stc/ie.css
Modified: trunk/htdocs/js/jquery-ui-autocomplete.js =================================================================== --- trunk/htdocs/js/jquery-ui-autocomplete.js 2010-08-24 09:33:33 UTC (rev 17189) +++ trunk/htdocs/js/jquery-ui-autocomplete.js 2010-08-24 10:03:44 UTC (rev 17190) @@ -1,4 +1,4 @@ -/*! +;/*! * jQuery UI 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) Modified: trunk/htdocs/stc/ie.css =================================================================== --- trunk/htdocs/stc/ie.css 2010-08-24 09:33:33 UTC (rev 17189) +++ trunk/htdocs/stc/ie.css 2010-08-24 10:03:44 UTC (rev 17190) @@ -174,5 +174,5 @@ --------------------------- */ /* Must be removed after implementation of Framework! */ * HTML .b-manage-userheads LI { - behavior: expression(this.onmouseover = new Function("this.className += ' hover'"), this.onmouseout = new Function("this.className = this.className.replace(' hover','')"), this.style.behavior = null); + behavior: expression(this.onmouseover = new Function("this.className += ' hover'"), this.onmouseout = new Function("this.className = this.className.replace(/ ?hover/g,'')"), this.style.behavior = null); }