Skip to content

Commit

Permalink
modified: js/main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ciembor committed Sep 1, 2012
1 parent 23a94df commit b230616
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/main.js
Expand Up @@ -396,7 +396,9 @@ _4bit = function() {
});

var SchemeGuakeView = Backbone.View.extend({

model: scheme,

initialize: function() {
_.bindAll(this, 'render');
var that = this;
Expand Down Expand Up @@ -435,7 +437,7 @@ _4bit = function() {
out += "gconftool-2 -s -t string /apps/guake/style/font/palette '" + palette.join(":") + "'" + '\n';

$('#guake-button').attr('href', 'data:text/plain,' + encodeURIComponent(out));
},
}

});

Expand Down

0 comments on commit b230616

Please sign in to comment.