diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-04-20 11:01:06 +0200 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-04-20 11:04:44 +0200 |
| commit | 7a440ab19f974948f5958f7ebc0df826e98e5cfb (patch) | |
| tree | 319292e77904f3694a1cdc9296320d6aecdb5fe3 /webclient/index.html | |
| parent | e06a2d86e43ebe86b90f9a318900f70127460ec6 (diff) | |
| download | alias-7a440ab19f974948f5958f7ebc0df826e98e5cfb.tar.gz | |
Add a js configuration file to avoid work conflicts.
Copy the config.js.sample to config.js and set the bosh server and
server component in there. Don't commit the file config.js.
Note: the file config.js will have to be merged with alias.js in
production
Diffstat (limited to 'webclient/index.html')
| -rw-r--r-- | webclient/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/index.html b/webclient/index.html index 107e17d..93cb286 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -8,6 +8,7 @@ <title>Alias</title> <script type="text/javascript" src="lib/jquery-1.4.4.js"></script> <script type="text/javascript" src="lib/strophe.min.js"></script> + <script type="text/javascript" src="lib/config.js"></script> <script type="text/javascript" src="lib/alias.js"></script> <script type="text/javascript" src="lib/sjcl.js"></script> <link rel="stylesheet" type="text/css" href="style/alias.css" /> |
