|
|
@@ -76,9 +76,13 @@ function showPage(page)
|
|
|
|
|
|
function loadAllData()
|
|
|
{
|
|
|
+ console.log('requesting data');
|
|
|
+
|
|
|
$.post('api/getRows.php', 'json')
|
|
|
.done(function(companies)
|
|
|
{
|
|
|
+ console.log('received data');
|
|
|
+
|
|
|
//go through each company and add a tab if one isn't present
|
|
|
|
|
|
if(!companies.length)
|