Deleting unused led-strip code.

10.3.x-maintenance
Dominic Clifton 2015-01-08 21:54:46 +00:00
parent 3c4623c7cf
commit 3d1665e462
1 changed files with 0 additions and 12 deletions

View File

@ -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) {