summaryrefslogtreecommitdiff
path: root/static/js/lib.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/lib.js')
-rw-r--r--static/js/lib.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/static/js/lib.js b/static/js/lib.js
deleted file mode 100644
index 43b0dc8..0000000
--- a/static/js/lib.js
+++ /dev/null
@@ -1,6 +0,0 @@
-jQuery.fn.extend({
- // copies an object and removes 'id' and 'class' values
- copy: function() {
- return this.clone().removeAttr("id").removeAttr("class");
- }
-});