aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/static/js/configs.js
Commit message (Expand)AuthorAgeFilesLines
* webui: Replace jQuery.when() with jQuery.Deferred's .then()Aaron LI2016-11-241-5/+5
* webui: Use new ".getJSONUncached()" instead of ".getJSON()"Aaron LI2016-11-241-3/+3
* webui: configs.js: Trigger "Enter keypress" event after field updatedAaron LI2016-11-241-6/+9
* webui: configs.js: Trigger "Enter" after page load on "common/nside"Aaron LI2016-11-231-14/+15
* webui: Update against the improved "showModal()"Aaron LI2016-11-221-11/+11
* webui: Move several generic functions from "configs.js" to "main.js"Aaron LI2016-11-221-47/+1
* webui: configs: Some minor fixesAaron LI2016-11-221-6/+11
* webui: configs: Add pixel resolution note for "common/nside"Aaron LI2016-11-191-0/+24
* webui: configs.js: Fix two bugsAaron LI2016-11-181-2/+2
* webui: Rename jQuery ".fail()" callback argument "error" to "jqxhr"Aaron LI2016-11-181-15/+15
* webui: Support IE11; Fix a missing quotation.Aaron LI2016-11-171-2/+7
* webui: configs.js: Rename "showConfigsModal" to "showModalConfigs()"Aaron LI2016-11-171-11/+11
* webui: Implement "showModal()" in "main.js" allowing use in othersAaron LI2016-11-171-43/+2
* webui: configs.js: Confirm before reset the configurationsAaron LI2016-11-171-2/+20
* webui: configs.js: Confirm before overwrite the configuration fileAaron LI2016-11-171-18/+74
* webui: configs.js: Re-implement using AJAX instead of WebSocketAaron LI2016-11-161-42/+220
* webui: Some minor changesAaron LI2016-11-151-1/+1
* webui: Fix the wrong value "galactic/freefree" to "galactic/snr"Aaron LI2016-11-151-1/+2
* webui: Show a modal box indicating there are invalid configsAaron LI2016-11-131-6/+3
* webui: Store config validity; Check before start taskAaron LI2016-11-131-6/+10
* webui: Fix various bugs with get/set configurationsAaron LI2016-11-111-5/+74
* webui: Some minor updatesAaron LI2016-11-091-1/+11
* webui: Add validation errors supportAaron LI2016-11-081-27/+63
* webui: configs.js: Split out functions "{g,s}etFormConfigSingle()"Aaron LI2016-11-071-73/+90
* webui: Implement reset form and load configuration files functionsAaron LI2016-11-071-14/+137
* webui: Add "configs.js" with basic support with interact with serverAaron LI2016-11-051-0/+127