No growling for now

MAX31855-EH
chrono 2013-11-30 14:12:39 +01:00
rodzic 47591ddee7
commit 6ad5938de1
1 zmienionych plików z 1 dodań i 10 usunięć

Wyświetl plik

@ -301,16 +301,7 @@ $(document).ready(function()
if (x.door == "OPEN")
{
$.bootstrapGrowl("<span class=\"glyphicon glyphicon-exclamation-sign\"></span> <b>Door Opened!</b>", {
ele: 'body', // which element to append to
type: 'error', // (null, 'info', 'error', 'success')
offset: {from: 'top', amount: 250}, // 'top', or 'bottom'
align: 'center', // ('left', 'right', or 'center')
width: 385, // (integer, or 'auto')
delay: 0,
allow_dismiss: true,
stackup_spacing: 10 // spacing between consecutively stacked growls.
});
}
if (state!=state_last)