diff --git a/builds/appchan-x.js b/builds/appchan-x.js index cc532678d..7a498cfc7 100644 --- a/builds/appchan-x.js +++ b/builds/appchan-x.js @@ -420,7 +420,7 @@ g = { VERSION: '2.0.2', - NAMESPACE: 'appchan x.'.replace(' ', '_'), + NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, threads: {}, diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 7d3160679..30f832149 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -417,7 +417,7 @@ g = { VERSION: '2.0.2', - NAMESPACE: 'appchan x.'.replace(' ', '_'), + NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, threads: {}, diff --git a/builds/crx/script.js b/builds/crx/script.js index c1865580a..31e614e35 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -397,7 +397,7 @@ g = { VERSION: '2.0.2', - NAMESPACE: 'appchan x.'.replace(' ', '_'), + NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, threads: {}, diff --git a/src/General/Globals.coffee b/src/General/Globals.coffee index 824e570ed..1a5c5ed1e 100644 --- a/src/General/Globals.coffee +++ b/src/General/Globals.coffee @@ -13,7 +13,7 @@ d = document doc = d.documentElement g = VERSION: '<%= version %>' - NAMESPACE: '<%= meta.name %>.'.replace ' ', '_' + NAMESPACE: '<%= meta.name.replace(' ', '_') %>.' TYPE: 'sfw' boards: {} threads: {}