Compare commits
No commits in common. "0eed8c8679750e6feb485a060b877447a20a5b7a" and "97e1a2b315652970a42563b47961995e0a0946a5" have entirely different histories.
0eed8c8679
...
97e1a2b315
|
|
@ -16,7 +16,6 @@
|
||||||
}
|
}
|
||||||
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.8"
|
__version__ = "0.19.7"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue