1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-24 03:28:22 +02:00

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

This commit is contained in:
czaks 2013-08-02 00:21:41 -04:00
parent 0d64ae0472
commit 22cecf9de7

View File

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