summaryrefslogtreecommitdiff
path: root/js/codeq/init.js
AgeCommit message (Collapse)Author
2016-03-31Clean up more error functionsTimotej Lazar
2016-03-02Ensure a layout is set at bootTimotej Lazar
2016-02-15Move template handling code into a separate fileTimotej Lazar
2015-12-17added 'use strict', coirrected some errors which were revealed by it and ↵Robert Zorko
fixed the argument of the call of the wait function used in the reset function (core.js)
2015-12-10Add copyright info to JS filesTimotej Lazar
2015-10-20- iconsMarko Pušnik
- any state marker from the URL before everything else loads removed - settings dropdown separator visibility in case of saml login fixed - profile screen: - go back button refactored - name, email field - phone, browser and platform type detection (misc.js) added - mobile apps: - meta viewport and add HandheldFriendly changed - style @-ms-viewport defined - ajaxPrefix and eioHost temporary changed to dev server - android: phonegap whitelistening in config.xml fixed - ios: add hide status bar to config.xml TODO: - WP8 mobile app: test - iOS mobile app: saml login solution (iframe cross domain url not allowed) - "No Content-Security-Policy meta tag found. Please add one when using the cordova-plugin-whitelist plugin."
2015-10-09Fix setting the resources var in boot sequenceTimotej Lazar
2015-10-06wssMarko Pušnik
2015-10-05handle phonegap native mobile appMarko Pušnik