Changeset 536 for trunk/style
- Timestamp:
- May 18, 2013, 6:51:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/new/global.js
r529 r536 51 51 var left = (screen.width / 2) - (w / 2); 52 52 var top = (screen.height / 2) - (h / 2); 53 return window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars= no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);53 return window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left); 54 54 } 55 56 function set_return(id, obj) 57 { 58 window.opener.document.getElementById(obj).value = id; 59 }
Note:
See TracChangeset
for help on using the changeset viewer.