Remove im app.
[pithos] / pithos / im / static / main.js
diff --git a/pithos/im/static/main.js b/pithos/im/static/main.js
deleted file mode 100644 (file)
index e40ab3f..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-$(function() {
-       $('table.id-sorted').tablesorter({ sortList: [[0, 0]] });
-
-       $('tr.row-template').hide();
-       $('div.alert-message').hide();
-});
-
-$('.needs-confirm').live('click', function() {
-       $('div.alert-message').show('fast');
-       $('div.actions').hide('fast');
-       return false;
-});
-
-$('.alert-close').live('click', function() {
-       $('div.alert-message').hide('fast');
-       $('div.actions').show('fast');
-       return false;
-});