mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:24:30 -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, {
|
$.extend( true, $.fn.datepicker.defaults, {
|
||||||
language:'{{App::getLocale()}}'
|
language: appLocale.replace("_", "-")
|
||||||
});
|
});
|
||||||
*/
|
|
||||||
|
|
||||||
@if (env('FACEBOOK_PIXEL'))
|
@if (env('FACEBOOK_PIXEL'))
|
||||||
<!-- Facebook Pixel Code -->
|
<!-- Facebook Pixel Code -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user