Skip to content

Commit

Permalink
修改文件备份部分内容
Browse files Browse the repository at this point in the history
  • Loading branch information
bf914 committed Feb 25, 2015
1 parent 81cb774 commit 624f28d
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 196 deletions.
2 changes: 1 addition & 1 deletion assets/js/fuelux/data/fuelux.tree-sampledata.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DataSourceTree.prototype.data = function(options, callback) {
};

var tree_data = {
'for-sale' : {name: 'For Sale <button class="btn btn-minier btn-yellow">编辑</button>', type: 'folder'} ,
'for-sale' : {name: 'For Sale <a href="http://baidu.com" class="btn btn-minier btn-yellow pull-right">编辑</a>', type: 'folder'} ,
'vehicles' : {name: 'Vehicles', type: 'folder'} ,
'rentals' : {name: 'Rentals', type: 'folder'} ,
'real-estate' : {name: 'Real Estate', type: 'folder'} ,
Expand Down
Loading

0 comments on commit 624f28d

Please sign in to comment.