element-web/src/vector
Kegsay 40a47f8c7a Allow Riot to load up different configs depending on the domain (#4575)
Initially try to load `config.$domain.json` and only if that fails, load
`config.json`. Configs are not muxxed in any way, it either entirely uses
the domain config, or entirely uses `config.json`.
2017-07-14 15:05:07 +01:00
..
platform replace q method calls with bluebird ones 2017-07-13 00:50:01 +01:00
index.html
index.js Allow Riot to load up different configs depending on the domain (#4575) 2017-07-14 15:05:07 +01:00
indexedbd-worker.js
modernizr.js
olm-loader.js
rageshake.js replace q.Promise with new Promise 2017-07-13 00:50:01 +01:00
submit-rageshake.js replace q method calls with bluebird ones 2017-07-13 00:50:01 +01:00
url_utils.js