From acc900cb633712deabf66afe26544f7c34c145b2 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 25 Nov 2013 03:05:16 -0500
Subject: [PATCH] Small code improvement

---
 program/js/list.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/list.js b/program/js/list.js
index 6f54dd7..e3a38ba 100644
--- a/program/js/list.js
+++ b/program/js/list.js
@@ -1565,7 +1565,7 @@
  */
 del_dragfix: function()
 {
-  $('div.iframe-dragdrop-fix').each(function() { this.parentNode.removeChild(this); });
+  $('div.iframe-dragdrop-fix').remove();
 },
 
 

--
Gitblit v1.9.1