------------------------------------------------------------
revno: 18683
committer: Morten Olav Hansen <[email protected]>
branch nick: dhis2
timestamp: Wed 2015-03-25 21:59:23 +0700
message:
minor fix
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.selected.js
--
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-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.selected.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.selected.js 2015-03-20 05:00:27 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.selected.js 2015-03-25 14:59:23 +0000
@@ -80,7 +80,7 @@
context.searchButton = $("#" + context.search.attr('id') + "Button");
context.searchButton.on('click', function() {
- context.search.trigger({type: 'keyup', which: 13, keyCode: 13});
+ context.search.trigger({type: 'keypress', which: 13, keyCode: 13});
});
}
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp