1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Comment out call to load vendor activity

This commit is contained in:
Hillel Coren 2016-02-14 20:35:13 +02:00
parent 205c67a968
commit fae5f35de3

View File

@ -188,7 +188,7 @@
if (tab && tab != 'activity') {
$('.nav-tabs a[href="#' + tab.replace('#', '') + '"]').tab('show');
} else {
window['load_activity']();
//window['load_activity']();
}
});