mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-06 14:44:24 +01:00
style-select.js: add id for a styling ability
This commit is contained in:
parent
49abd1a036
commit
7aafdcbe55
@ -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)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user