Deleting unused led-strip code.
parent
3c4623c7cf
commit
3d1665e462
|
@ -200,18 +200,6 @@ TABS.led_strip.initialize = function (callback, scrollPosition) {
|
|||
$('.wires-remaining div').html(remaining);
|
||||
}
|
||||
|
||||
|
||||
function message(msg) {
|
||||
$('tab-led-strip').append('<div class="alertMsg"> ' + msg + ' </div>');
|
||||
|
||||
$('.alertMsg').click(function() {
|
||||
$('.alertMsg').remove();
|
||||
});
|
||||
|
||||
var time = setTimeout(function(){
|
||||
$('.alertMsg').fadeOut();
|
||||
}, 3000);
|
||||
}
|
||||
};
|
||||
|
||||
TABS.led_strip.cleanup = function (callback) {
|
||||
|
|
Loading…
Reference in New Issue