summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 04:40:08 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 04:40:08 -0600
commit9b2a05a340dd39d65f81806c10fc468b50453f13 (patch)
treea3f4ecf1a7665c653934c24d3e02b87d0bd212e6 /StoneIsland/www/js
parent4c2fec26f750e923577217c1b92daa08ec8a458a (diff)
request push notifications!
Diffstat (limited to 'StoneIsland/www/js')
-rwxr-xr-xStoneIsland/www/js/lib/etc/push.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/etc/push.js b/StoneIsland/www/js/lib/etc/push.js
index 557a718f..4e771b62 100755
--- a/StoneIsland/www/js/lib/etc/push.js
+++ b/StoneIsland/www/js/lib/etc/push.js
@@ -1,6 +1,6 @@
var push = (function(){
- var appId
- var clientKey
+ var appId = "GS82ZxpN8Mecpc53rsyu6aLLGK0W4CKi42J25DLB"
+ var clientKey = "hQRtQfsgimYnX5PMivtcdXCG9eZhESeyTr0Rd8Sv"
var push = { settings: {} }
var parsePlugin
push.init = function(){