Lets not run this every init...
This commit is contained in:
parent
a757b6f6fb
commit
f1303d311c
@ -420,7 +420,7 @@
|
||||
|
||||
g = {
|
||||
VERSION: '2.0.2',
|
||||
NAMESPACE: 'appchan x.'.replace(' ', '_'),
|
||||
NAMESPACE: 'appchan_x.',
|
||||
TYPE: 'sfw',
|
||||
boards: {},
|
||||
threads: {},
|
||||
|
||||
@ -417,7 +417,7 @@
|
||||
|
||||
g = {
|
||||
VERSION: '2.0.2',
|
||||
NAMESPACE: 'appchan x.'.replace(' ', '_'),
|
||||
NAMESPACE: 'appchan_x.',
|
||||
TYPE: 'sfw',
|
||||
boards: {},
|
||||
threads: {},
|
||||
|
||||
@ -397,7 +397,7 @@
|
||||
|
||||
g = {
|
||||
VERSION: '2.0.2',
|
||||
NAMESPACE: 'appchan x.'.replace(' ', '_'),
|
||||
NAMESPACE: 'appchan_x.',
|
||||
TYPE: 'sfw',
|
||||
boards: {},
|
||||
threads: {},
|
||||
|
||||
@ -13,7 +13,7 @@ d = document
|
||||
doc = d.documentElement
|
||||
g =
|
||||
VERSION: '<%= version %>'
|
||||
NAMESPACE: '<%= meta.name %>.'.replace ' ', '_'
|
||||
NAMESPACE: '<%= meta.name.replace(' ', '_') %>.'
|
||||
TYPE: 'sfw'
|
||||
boards: {}
|
||||
threads: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user