mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Bug fixes
This commit is contained in:
parent
a09b898cb1
commit
db3a6abad3
@ -19,18 +19,15 @@
|
|||||||
<meta property="og:description" content="Simple, Intuitive Invoicing."></meta>
|
<meta property="og:description" content="Simple, Intuitive Invoicing."></meta>
|
||||||
<meta name="keywords" content="Invoice Ninja"></meta>
|
<meta name="keywords" content="Invoice Ninja"></meta>
|
||||||
|
|
||||||
<script src="{{ asset('js/stacktrace.js') }}" type="text/javascript"></script>
|
|
||||||
<script src="{{ asset('vendor/jquery/jquery.min.js') }}" type="text/javascript"></script>
|
<script src="{{ asset('vendor/jquery/jquery.min.js') }}" type="text/javascript"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.onerror = function(e) {
|
window.onerror = function(e) {
|
||||||
var trace = printStackTrace();
|
|
||||||
var string = trace.join(' => ');
|
|
||||||
try {
|
try {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
url: '{{ URL::to('log_error') }}',
|
url: '{{ URL::to('log_error') }}',
|
||||||
data: 'error='+encodeURIComponent(e+': '+string)+'&url='+encodeURIComponent(window.location)
|
data: 'error='+encodeURIComponent(e)+'&url='+encodeURIComponent(window.location)
|
||||||
});
|
});
|
||||||
} catch(err) {}
|
} catch(err) {}
|
||||||
return false;
|
return false;
|
||||||
|
BIN
public/apple-touch-icon.png
Normal file
BIN
public/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
x
Reference in New Issue
Block a user