Update master.blade.php
This commit is contained in:
parent
0766f77713
commit
9ab8069de1
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue