style-select.js: add id for a styling ability

This commit is contained in:
czaks 2013-08-02 00:21:41 -04:00 committed by Michael Foster
parent be8c84a2ab
commit 3b259aab14

View File

@ -36,7 +36,7 @@ onready(function(){
stylesDiv.hide(); stylesDiv.hide();
stylesDiv.after( stylesDiv.after(
$('<div style="float:right;margin-bottom:10px"></div>') $('<div id="style-select" style="float:right;margin-bottom:10px"></div>')
.text(_('Style: ')) .text(_('Style: '))
.append(stylesSelect) .append(stylesSelect)
); );