From 7c7a1b648e49ed1ef93761db79aa5e564ba57669 Mon Sep 17 00:00:00 2001 From: jbruce Date: Fri, 16 Dec 2022 14:21:37 -0500 Subject: [PATCH] remove the loading message --- public/assets/js/picoreflow.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/public/assets/js/picoreflow.js b/public/assets/js/picoreflow.js index ca7acfb..cb9ce8a 100644 --- a/public/assets/js/picoreflow.js +++ b/public/assets/js/picoreflow.js @@ -473,17 +473,17 @@ $(document).ready(function() { console.log("Status Socket has been opened"); - $.bootstrapGrowl("Getting data from server", - { - ele: 'body', // which element to append to - type: 'success', // (null, 'info', 'error', 'success') - offset: {from: 'top', amount: 250}, // 'top', or 'bottom' - align: 'center', // ('left', 'right', or 'center') - width: 385, // (integer, or 'auto') - delay: 2500, - allow_dismiss: true, - stackup_spacing: 10 // spacing between consecutively stacked growls. - }); +// $.bootstrapGrowl("Getting data from server", +// { +// ele: 'body', // which element to append to +// type: 'success', // (null, 'info', 'error', 'success') +// offset: {from: 'top', amount: 250}, // 'top', or 'bottom' +// align: 'center', // ('left', 'right', or 'center') +// width: 385, // (integer, or 'auto') +// delay: 2500, +// allow_dismiss: true, +// stackup_spacing: 10 // spacing between consecutively stacked growls. +// }); }; ws_status.onclose = function()