From 81c3dcf4474268dac7e57bb27d7ab001d8c610e0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 11 Nov 2019 18:37:27 +0100 Subject: [PATCH] Bug 23874: Fix advanced editor if nosniff is set --- koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js b/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js index eeca779440..139c184cda 100644 --- a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js +++ b/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js @@ -108,7 +108,7 @@ define( [ '/cgi-bin/koha/svc/cataloguing/framework?frameworkcode=&callback=defin '/cgi-bin/koha/svc/bib/' + id ).done( function( metadata ) { $.get( - '/cgi-bin/koha/svc/bib_framework/' + id + '/cgi-bin/koha/svc/bib_framework/' + id, null, 'json' ).done( function( frameworkcode ) { var record = new MARC.Record(); record.loadMARCXML(metadata); -- 2.11.0