From dba6cde65d8ae1517e96e424d8d1a5171f3398af Mon Sep 17 00:00:00 2001 From: jbruce Date: Fri, 16 Dec 2022 14:19:57 -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 ff46b57..b5338ce 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()