Merge r3110 bugfix re PM resource popup not having scrollbars from
branch/WebGUI-7.1.
This commit is contained in:
parent
3239727eae
commit
09c4af8ad7
2 changed files with 2 additions and 1 deletions
|
|
@ -41,6 +41,7 @@
|
|||
- fix: Error before logging into WebGUI site
|
||||
- fix: Unlock tag
|
||||
- Added some additional indicies for slightly better performance.
|
||||
- fix: PM resource search popup has no scrollbars
|
||||
|
||||
7.1.2
|
||||
- Fixed a bug where logging in/out would cause a blank page display.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ function taskEdit_getResourceListDiv() {
|
|||
}
|
||||
|
||||
function taskEdit_searchPopup(url) {
|
||||
window.open(url, null, 'status=1,toolbar=0,location=0,menubar=0,directories=0,resizable=1,height=350,width=400');
|
||||
window.open(url, null, 'status=1,scrollbars=1,toolbar=0,location=0,menubar=0,directories=0,resizable=1,height=350,width=400');
|
||||
}
|
||||
|
||||
function taskEdit_getResources() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue