mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 16:10:26 +00:00
update js/template
This commit is contained in:
@@ -4,9 +4,8 @@ define([
|
||||
'underscore',
|
||||
'backbone',
|
||||
'common',
|
||||
'app/views/add-repo',
|
||||
'text!' + app.config._tmplRoot + 'create-repo.html'
|
||||
], function($, simplemodal, _, Backbone, Common, AddRepoView, CreateRepoTemplate) {
|
||||
'app/views/add-repo'
|
||||
], function($, simplemodal, _, Backbone, Common, AddRepoView) {
|
||||
'use strict';
|
||||
|
||||
var AddGroupRepoView = AddRepoView.extend({
|
||||
|
Reference in New Issue
Block a user