aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/js/notif_msg.min.js
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-12-10 14:25:29 -0500
committerGitHub <noreply@github.com>2017-12-10 14:25:29 -0500
commit1d4380cee77fc049a54d280a27dcefa3fa6ff1fd (patch)
tree6aa222b3f88862a46c8ffd0e46bfb94755d54729 /app/src/main/assets/js/notif_msg.min.js
parent30eb51a44a271512e27c97aecc02f3a339f572bf (diff)
downloadfrost-1d4380cee77fc049a54d280a27dcefa3fa6ff1fd.tar.gz
frost-1d4380cee77fc049a54d280a27dcefa3fa6ff1fd.tar.bz2
frost-1d4380cee77fc049a54d280a27dcefa3fa6ff1fd.zip
theme (#546)
* Update to coffee and use webstorm * Add chrome as well * Update all * Reinstall android 27
Diffstat (limited to 'app/src/main/assets/js/notif_msg.min.js')
-rw-r--r--app/src/main/assets/js/notif_msg.min.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/src/main/assets/js/notif_msg.min.js b/app/src/main/assets/js/notif_msg.min.js
deleted file mode 100644
index cb965d02..00000000
--- a/app/src/main/assets/js/notif_msg.min.js
+++ /dev/null
@@ -1,17 +0,0 @@
-if(!window.hasOwnProperty("frost_notif_msg")){
-console.log("Registering frost_notif_msg"),
-window.frost_notif_msg=!0
-;var finished=!1,x=new MutationObserver(function(e){
-var o=document.querySelector("#threadlist_rows")
-;o&&(console.log("Found message threads",o.outerHTML),
-"undefined"!=typeof Frost&&Frost.handleHtml(o.outerHTML),
-finished=!0,x.disconnect())
-})
-;x.observe(document,{
-childList:!0,
-subtree:!0
-}),setTimeout(function(){
-finished||(finished=!0,console.log("Message thread timeout cancellation"),
-"undefined"!=typeof Frost&&Frost.handleHtml(""))
-},2e4)
-} \ No newline at end of file