mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Comment out call to load vendor activity
This commit is contained in:
parent
205c67a968
commit
fae5f35de3
2
resources/views/vendors/show.blade.php
vendored
2
resources/views/vendors/show.blade.php
vendored
@ -188,7 +188,7 @@
|
|||||||
if (tab && tab != 'activity') {
|
if (tab && tab != 'activity') {
|
||||||
$('.nav-tabs a[href="#' + tab.replace('#', '') + '"]').tab('show');
|
$('.nav-tabs a[href="#' + tab.replace('#', '') + '"]').tab('show');
|
||||||
} else {
|
} else {
|
||||||
window['load_activity']();
|
//window['load_activity']();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user