From 09b2cfc46ab1975c3e102fc69ffe5bdf1ed42947 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Thu, 12 Jul 2018 19:48:59 +0200 Subject: [PATCH] Fixed loading of a JS when the webserver is case sensitive --- version.json | 2 +- views/layout/default.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index ba88cd5b..ea17cd74 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "1.13.0", + "Version": "1.13.1", "ReleaseDate": "2018-07-12" } diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php index 2acd092f..2a9e09f2 100644 --- a/views/layout/default.blade.php +++ b/views/layout/default.blade.php @@ -219,7 +219,7 @@ - + @if(!empty($L('moment_locale')))@endif