From cff556626271a273527313de5b463ac63bb9cb37 Mon Sep 17 00:00:00 2001 From: Kilian Saffran Date: Fri, 8 Mar 2019 17:32:22 +0100 Subject: [PATCH] auto commit on 2019-03-08 17:32 --- js/mainapp.js | 2 ++ modules/invoices/index.js | 1 + 2 files changed, 3 insertions(+) diff --git a/js/mainapp.js b/js/mainapp.js index 145c9d6..3352073 100644 --- a/js/mainapp.js +++ b/js/mainapp.js @@ -1,3 +1,5 @@ + + $( document ).ready(function() { console.log( "Main ready!" ); browserapp.setdatasets(); diff --git a/modules/invoices/index.js b/modules/invoices/index.js index a20bf2e..d43a041 100644 --- a/modules/invoices/index.js +++ b/modules/invoices/index.js @@ -43,6 +43,7 @@ function loadtable(){ ''; $("#tbl_invoices").append(row); } + $('#tbl_invoices').bootstrapTable({ pagination: false, search: false, -- 2.39.5