Bug 29965: (QA follow-up) Fix translation issue in moved JS code
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
0492b19938
commit
b44db939bf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ $(document).ready(function(){
|
|||
$.get("/cgi-bin/koha/authorities/detail.pl", { authid : authid }, function( data ){
|
||||
var auth_detail = $(data).find("#authoritiestabs");
|
||||
auth_detail.find("ul").remove();
|
||||
$("#authorityDetail .modal-title").html(_("Authority") + " " + authid );
|
||||
$("#authorityDetail .modal-title").html(__("Authority") + " " + authid );
|
||||
$("#authorityDetail .modal-body").html( auth_detail );
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue