Comment out call to load vendor activity
This commit is contained in:
parent
205c67a968
commit
fae5f35de3
1 changed files with 1 additions and 1 deletions
2
resources/views/vendors/show.blade.php
vendored
2
resources/views/vendors/show.blade.php
vendored
|
|
@ -188,7 +188,7 @@
|
|||
if (tab && tab != 'activity') {
|
||||
$('.nav-tabs a[href="#' + tab.replace('#', '') + '"]').tab('show');
|
||||
} else {
|
||||
window['load_activity']();
|
||||
//window['load_activity']();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue