mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Update master.blade.php
This commit is contained in:
parent
0766f77713
commit
9ab8069de1
@ -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…
x
Reference in New Issue
Block a user