From 6706bbce897d7da2176ca4c208269f4b218a147b Mon Sep 17 00:00:00 2001 From: llj Date: Tue, 11 Apr 2017 18:09:45 +0800 Subject: [PATCH] [favorites] fixed magnificPopup --- static/scripts/app/views/starred-file.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/scripts/app/views/starred-file.js b/static/scripts/app/views/starred-file.js index aa706a9a26..d26de499c2 100644 --- a/static/scripts/app/views/starred-file.js +++ b/static/scripts/app/views/starred-file.js @@ -47,7 +47,6 @@ define([ render: function() { this.$el.html(this.template()); - $("#right-panel").html(this.$el); this.$table = this.$('table'); this.$tableBody = this.$('tbody');