mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 16:31:13 +00:00
[sort-lib] change file to a short name
This commit is contained in:
@@ -177,6 +177,6 @@ $('.lsch-encrypted').click(function() {
|
||||
});
|
||||
{% include 'snippets/repo_decrypt_js.html' %}
|
||||
{% endif %}
|
||||
{% include "snippets/sort_lib_by_name_and_time_js.html" %}
|
||||
{% include "snippets/sort_lib_js.html" %}
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
@@ -119,6 +119,6 @@ $(document).click(function(e) {
|
||||
}
|
||||
});
|
||||
{% endif %} // shared_repos
|
||||
{% include "snippets/sort_lib_by_name_and_time_js.html" %}
|
||||
{% include "snippets/sort_lib_js.html" %}
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
@@ -73,6 +73,6 @@ function repoCreateSuccessCallback() {
|
||||
{% with post_url=repo_create_url %}
|
||||
{% include "snippets/repo_create_js.html" %}
|
||||
{% endwith %}
|
||||
{% include "snippets/sort_lib_by_name_and_time_js.html" %}
|
||||
{% include "snippets/sort_lib_js.html" %}
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
@@ -120,7 +120,7 @@ function repoCreateSuccessCallback(data) {
|
||||
$('tr:first', my_own_repos).after(new_repo_item);
|
||||
}
|
||||
}
|
||||
{% include "snippets/sort_lib_by_name_and_time_js.html" %}
|
||||
{% include "snippets/sort_lib_js.html" %}
|
||||
$(function() {
|
||||
$.ajax({
|
||||
url:'{% url 'my_shared_and_group_repos' %}',
|
||||
|
@@ -1,6 +1,6 @@
|
||||
$(function() {
|
||||
$.ajax({
|
||||
url: '{{MEDIA_URL}}js/sort_lib_by_name_and_time.js',
|
||||
url: '{{MEDIA_URL}}js/sort_lib.js',
|
||||
dataType: 'script',
|
||||
cache: true,
|
||||
success: function() {
|
Reference in New Issue
Block a user