1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

[favorites] fixed magnificPopup

This commit is contained in:
llj
2017-04-11 18:09:45 +08:00
parent 1a508c78c6
commit 6706bbce89

View File

@@ -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');