auto commit on 2019-03-08 17:32
authorKilian Saffran <ksaffran@dks.lu>
Fri, 8 Mar 2019 16:32:22 +0000 (17:32 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Fri, 8 Mar 2019 16:32:22 +0000 (17:32 +0100)
js/mainapp.js
modules/invoices/index.js

index 145c9d6..3352073 100644 (file)
@@ -1,3 +1,5 @@
+
+
 $( document ).ready(function() {
   console.log( "Main ready!" );
   browserapp.setdatasets();
index a20bf2e..d43a041 100644 (file)
@@ -43,6 +43,7 @@ function loadtable(){
     '</tr>';
     $("#tbl_invoices").append(row);
   }
+  
   $('#tbl_invoices').bootstrapTable({
     pagination: false,
     search: false,