aboutsummaryrefslogtreecommitdiffstats
path: root/scudcloud-1.0/scudcloud-src.js
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-10-15 05:34:36 -0300
committerRael <rael.gc@gmail.com>2015-10-15 05:34:36 -0300
commitf4b1884893763ad1cadaf26acf6aa9eacea55af1 (patch)
tree0f858af8feb4ace3e1c319a8f2f7b4858d3d562a /scudcloud-1.0/scudcloud-src.js
parent14cb4ea373ee81c95fa21a6050bc47aef4f71d6c (diff)
downloadscudcloud-f4b1884893763ad1cadaf26acf6aa9eacea55af1.zip
scudcloud-f4b1884893763ad1cadaf26acf6aa9eacea55af1.tar.gz
scudcloud-f4b1884893763ad1cadaf26acf6aa9eacea55af1.tar.bz2
Restoring overrideNotification JS
Diffstat (limited to 'scudcloud-1.0/scudcloud-src.js')
-rw-r--r--scudcloud-1.0/scudcloud-src.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scudcloud-1.0/scudcloud-src.js b/scudcloud-1.0/scudcloud-src.js
index bd6e303..aec5d57 100644
--- a/scudcloud-1.0/scudcloud-src.js
+++ b/scudcloud-1.0/scudcloud-src.js
@@ -73,6 +73,7 @@ var ScudCloud = {
};
if("undefined" != typeof TS){
document.onpaste = function(e){desktop.pasted(false);};
+ ScudCloud.overrideNotifications();
ScudCloud.overrideConnect();
ScudCloud.overrideBanner();
}