mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-18 09:04:35 +01: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 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 type="text/javascript">
|
||||
window.onerror = function(e) {
|
||||
var trace = printStackTrace();
|
||||
var string = trace.join(' => ');
|
||||
try {
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: '{{ URL::to('log_error') }}',
|
||||
data: 'error='+encodeURIComponent(e+': '+string)+'&url='+encodeURIComponent(window.location)
|
||||
data: 'error='+encodeURIComponent(e)+'&url='+encodeURIComponent(window.location)
|
||||
});
|
||||
} catch(err) {}
|
||||
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…
Reference in New Issue
Block a user