dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26504
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13119: minor fix
------------------------------------------------------------
revno: 13119
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-12-03 10:47:08 +0100
message:
minor fix
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm 2013-12-02 13:59:00 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/interpretationFeed.vm 2013-12-03 09:47:08 +0000
@@ -22,7 +22,7 @@
dropDown.on('click.dropdown', 'li', function( e ) {
var jqTarget = jQuery(e.target).closest('li');
- var targetFn = dhis2.contextmenu.utils.findFnInWindowScope(jqTarget.data('target-fn'));
+ var targetFn = dhis2.contextmenu.utils.findInScope(window)(jqTarget.data('target-fn'));
if( typeof targetFn !== 'undefined' ) {
targetFn(e);