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

[icons] modification

This commit is contained in:
llj
2016-04-12 11:17:27 +08:00
parent b3d5cb07b7
commit 3f23a1685e
16 changed files with 85 additions and 57 deletions

View File

@@ -29,7 +29,7 @@ define([
if (_this.collection.length == 0) {
$('#repos-shared-to-me table').hide();
$('#repos-shared-to-me .empty-tips').show();
};
}
};
$.ajax({
@@ -44,6 +44,8 @@ define([
dataType: 'json',
success: success_callback
});
return false;
},
render: function() {