Classic oops ...
This commit is contained in:
parent
fdd57e3f11
commit
a13dd84d21
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name" : "cryptalk",
|
"name" : "cryptalk",
|
||||||
"version" : "1.1.0",
|
"version" : "1.1.1",
|
||||||
"description" : "Encrypted HTML5/Node.JS instant chat",
|
"description" : "Encrypted HTML5/Node.JS instant chat",
|
||||||
"main" : "server.js",
|
"main" : "server.js",
|
||||||
"subdomain": "cryptalk",
|
"subdomain": "cryptalk",
|
||||||
|
|
|
@ -8,7 +8,7 @@ define({
|
||||||
hosts: [
|
hosts: [
|
||||||
{
|
{
|
||||||
name: 'default',
|
name: 'default',
|
||||||
host: 'localhost:8080',
|
host: '',
|
||||||
path: '/js/cryptalk_modules/settings.js'
|
path: '/js/cryptalk_modules/settings.js'
|
||||||
}/*,
|
}/*,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue