Small fix for snackbar sample. Fixes #4041

master
Sérgio Gomes 2016-01-28 16:32:49 +00:00
parent 86608b2c81
commit 7307ff04c9
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
event.target.style.backgroundColor = '#'+Math.floor(Math.random()*16777215).toString(16);
var handler = function(event) {
document.querySelector('#demo-show-snackbar').style.backgroundColor = '';
event.target.disabled = true;
};
var data = {
message: 'Button color changed.',