Changeset 17796
- Timestamp:
- 05/07/14 16:32:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/viewer/index.js
r17788 r17796 906 906 .css('left', oldOffset.left) 907 907 .css('top', oldOffset.top) 908 .css('zIndex', 400);908 .css('zIndex', 999); 909 909 910 910 temp.animate( {'top': newOffset.top, 'left':newOffset.left, 'width':w, 'height': h}, … … 913 913 temp = temp.appendTo(newParent); 914 914 temp.css('position', 'relative'); 915 temp.css('width', 'default'); 916 temp.css('height', 'default'); 915 temp.css('width', ''); 916 temp.css('height', ''); 917 temp.css('zIndex', ''); 917 918 temp.css('left', '0'); 918 919 temp.css('top', '0'); … … 1265 1266 function drawHex(ctx, x, y, col, min, max) 1266 1267 { 1267 if (col===undefined || col===null )1268 if (col===undefined || col===null || max<min) 1268 1269 return; 1269 1270
Note:
See TracChangeset
for help on using the changeset viewer.