Skip to content

Commit

Permalink
Fix remove slide background color
Browse files Browse the repository at this point in the history
  • Loading branch information
jywsn committed Jul 28, 2014
1 parent 8c75269 commit 728c647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/templates/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,8 @@
theme: 'bootstrap',
hide: function() {
var color = $(this).val();
console.log('color', color);

if(color) {
var rgb = $(this).minicolors('rgbObject');
var opacity = parseInt(rgb.a * 100, 10);
Expand Down

0 comments on commit 728c647

Please sign in to comment.