1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

update js/template

This commit is contained in:
lian
2015-04-03 12:15:41 +08:00
committed by Daniel Pan
parent af67d495ab
commit 2a90af3675
28 changed files with 486 additions and 493 deletions

View File

@@ -2,15 +2,14 @@ define([
'jquery',
'underscore',
'backbone',
'common',
'text!' + app.config._tmplRoot + 'group-change-item.html'
], function($, _, Backbone, Common, changeItemTemplate) {
'common'
], function($, _, Backbone, Common) {
'use strict';
var GroupChangeItemView = Backbone.View.extend({
tagName: 'tr',
template: _.template(changeItemTemplate),
template: _.template($('#group-change-item-tmpl').html()),
events: {
'click .lsch': 'showDetail'