1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

[notice, account] modification

This commit is contained in:
llj
2016-04-23 12:28:26 +08:00
committed by Daniel Pan
parent 2fd36afd01
commit 59d4689e73
9 changed files with 59 additions and 58 deletions

View File

@@ -153,6 +153,7 @@ define([
case 'events': return siteRoot + 'api2/events/';
case 'search_user': return siteRoot + 'api2/search-user/';
case 'user_profile': return siteRoot + 'profile/' + options.username + '/';
case 'space_and_traffic': return siteRoot + 'ajax/space_and_traffic/';
}
},