Update master.blade.php

This commit is contained in:
ridgarou 2016-02-09 10:57:25 +01:00
parent 0766f77713
commit 9ab8069de1

View File

@ -77,11 +77,11 @@
}
} );
/*
var appLocale = '{{App::getLocale()}}';
$.extend( true, $.fn.datepicker.defaults, {
language:'{{App::getLocale()}}'
language: appLocale.replace("_", "-")
});
*/
@if (env('FACEBOOK_PIXEL'))
<!-- Facebook Pixel Code -->
@ -202,4 +202,4 @@
</body>
</html>
</html>