remove the loading message

master
jbruce 2022-12-16 14:21:37 -05:00
rodzic f0c97ed220
commit 7c7a1b648e
1 zmienionych plików z 11 dodań i 11 usunięć

Wyświetl plik

@ -473,17 +473,17 @@ $(document).ready(function()
{
console.log("Status Socket has been opened");
$.bootstrapGrowl("<span class=\"glyphicon glyphicon-exclamation-sign\"></span>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("<span class=\"glyphicon glyphicon-exclamation-sign\"></span>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()