mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 18:29:23 +00:00
[repo_transfer_success] bugfix
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
{% block extra_script %}
|
{% block extra_script %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$('.text-panel p').html("{% trans "Library {placeholder} has been transfered." %}".replace('{placeholder}', '<span class="op-target">' + "{{repo.name}}" + '</span>'));
|
$('.text-panel p').html("{% trans "Library {placeholder} has been transfered." %}".replace('{placeholder}', '<span class="op-target">' + "{{repo.name|escapejs}}" + '</span>'));
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user