------------------------------------------------------------ revno: 14858 committer: Mark Polak <[email protected]> branch nick: dhis2 timestamp: Mon 2014-04-14 23:11:21 +0200 message: Disables menu dependency checker modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.menu.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.menu.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.menu.js 2014-04-14 02:24:15 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.menu.js 2014-04-14 21:11:21 +0000 @@ -352,6 +352,8 @@ * @see jQuery (http://jquery.com) * @see jQuery Template Plugin (http://github.com/jquery/jquery-tmpl) */ + +/* Function used for checking dependencies for the menu (function (required_libs, undefined) { var libraries = [ { name: "jQuery", variable: "jQuery", url: "http://jquery.com" }, @@ -370,6 +372,7 @@ } }); })(); +*/ (function ($, menu, undefined) { var markup = '',
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

