.18 cookie absent
This commit is contained in:
parent
c0f44630ba
commit
cd4ed108b8
@ -45,7 +45,7 @@ class common {
|
|||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
|
const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/';
|
||||||
const ZWII_VERSION = '11.2.00.17';
|
const ZWII_VERSION = '11.2.00.18';
|
||||||
const ZWII_UPDATE_CHANNEL = "test";
|
const ZWII_UPDATE_CHANNEL = "test";
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
|
@ -39,17 +39,8 @@ $( document).ready(function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var configLayout = getCookie("configLayout");
|
var configLayout = getCookie("configLayout");
|
||||||
if (configLayout == "null") {
|
if (configLayout == null) {
|
||||||
$("#localeContainer").hide();
|
configLayout = "setup";
|
||||||
$("#socialContainer").hide();
|
|
||||||
$("#connectContainer").hide();
|
|
||||||
$("#networkContainer").hide();
|
|
||||||
$("#setupContainer").show();
|
|
||||||
$("#configSetupButton").addClass("activeButton");
|
|
||||||
$("#configLocaleButton").removeClass("activeButton");
|
|
||||||
$("#configSocialButton").removeClass("activeButton");
|
|
||||||
$("#configConnectButton").removeClass("activeButton");
|
|
||||||
$("#configNetworkButton").removeClass("activeButton");
|
|
||||||
setCookie("configLayout","setup");
|
setCookie("configLayout","setup");
|
||||||
}
|
}
|
||||||
$("#localeContainer").hide();
|
$("#localeContainer").hide();
|
||||||
@ -235,4 +226,4 @@ function getCookie(name) {
|
|||||||
// Define function to capitalize the first letter of a string
|
// Define function to capitalize the first letter of a string
|
||||||
function capitalizeFirstLetter(string) {
|
function capitalizeFirstLetter(string) {
|
||||||
return string.charAt(0).toUpperCase() + string.slice(1);
|
return string.charAt(0).toUpperCase() + string.slice(1);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user