Fixed icon bug in IE9, fixed flyout menus

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1883 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-12-15 17:03:42 +00:00
parent f75eb79f0b
commit 2ef4f9fa3c
1 changed files with 2 additions and 2 deletions

View File

@ -868,7 +868,7 @@
shower.mousedown(function(evt) {
if(shower.hasClass('disabled')) return false;
var holder = $(show_sel.replace('_show',''));
var l = holder.css('left');
var l = holder[0].style.left;
var w = holder.width()*-1;
var time = holder.data('shown_popop')?200:0;
timer = setTimeout(function() {
@ -1275,7 +1275,7 @@
$.svgIcons(svgicons, {
w:24, h:24,
id_match: false,
no_img: (!!window.opera),
no_img: (!isWebkit),
fallback: fallback_obj,
placement: placement_obj,
callback: function(icons) {