mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 00:20:07 +00:00
redesigned all checkbox; bugfix & improvement; removed unused code & file
This commit is contained in:
@@ -16,7 +16,7 @@ define([
|
||||
template: _.template($('#add-pubrepo-popup-tmpl').html()),
|
||||
|
||||
initialize: function(pubRepos) {
|
||||
this.$el.html(this.template()).modal({});
|
||||
this.$el.html(this.template()).modal({focus:false});
|
||||
$('#simplemodal-container').css({'width':'auto', 'height':'auto'});
|
||||
|
||||
this.$table = this.$('table');
|
||||
|
Reference in New Issue
Block a user