mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-02 19:42:54 +02:00
fixed #1736 solving single quote problem for album permissions
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
{combine_css id='jquery.selectize' path="themes/default/js/plugins/selectize.{$themeconf.colorscheme}.css"}
|
||||
|
||||
{footer_script}
|
||||
const cat_nav = '{$CATEGORIES_NAV|escape:javascript}';
|
||||
(function(){
|
||||
{* <!-- GROUPS --> *}
|
||||
var groupsCache = new GroupsCache({
|
||||
@@ -49,7 +50,7 @@ jQuery("#selectStatus").change(function() {
|
||||
}());
|
||||
|
||||
$(document).ready(function () {
|
||||
$("h1").append(' <span style="letter-spacing:0">{$CATEGORIES_NAV}</span>');
|
||||
$("h1").append(' <span style="letter-spacing:0">'+cat_nav+'</span>');
|
||||
})
|
||||
{/footer_script}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user