Compare commits
2 Commits
97e1a2b315
...
0eed8c8679
| Author | SHA1 | Date |
|---|---|---|
|
|
0eed8c8679 | |
|
|
d74fcd4001 |
|
|
@ -16,6 +16,7 @@
|
||||||
}
|
}
|
||||||
windowRef = {
|
windowRef = {
|
||||||
name: widgetName,
|
name: widgetName,
|
||||||
|
location: windowRef.location,
|
||||||
close: function() {
|
close: function() {
|
||||||
openerRef.dismissRelatedObjectModal();
|
openerRef.dismissRelatedObjectModal();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = "0.19.7"
|
__version__ = "0.19.8"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue