Changeset 6264
- Timestamp:
- Apr 8, 2013, 1:38:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2-stable/www/include/scripts/main.js
r6248 r6264 141 141 if (window.top != window && window.top.Main) 142 142 { 143 // Rescale the width and height here since the window.top.Main scale is always '1'. 144 var scale = getScale(); 145 width = width * scale; 146 height = height * scale; 143 147 window.top.Main.openPopup(url, name, width, height, options, parentWin); 144 148 return; 145 149 } 146 147 // Rescale the width and height148 var scale = getScale();149 width = width * scale;150 height = height * scale;151 150 152 151 /*
Note: See TracChangeset
for help on using the changeset viewer.