Work towards authentication through opening window

This commit is contained in:
2014-08-18 18:20:58 +02:00
parent bfa6bb66b0
commit 268c5aabb9
8 changed files with 44 additions and 28 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ html lang="en"
var $event_host = '#{Qwaiter.event_host}';
var $asset_path = '##assets_path##';
var Qstorage = window.localStorage;
var Qstorage.setItem('root_url', '##root_url##');
Qstorage.setItem('root_url', '##root_url##');
var $platform = '##platform##';
var $obtain_token_url = 'http://mozo.bar/user/obtain_token';