1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11915] Do not display the "Place inline" button when JS is disabled.

PHPBB3-11915
This commit is contained in:
Cesar G
2013-11-27 13:50:52 -08:00
parent 6837b724a3
commit 708622a0bb

View File

@@ -32,7 +32,7 @@
float: right;
}
#attach-row-tpl {
#attach-row-tpl, .nojs .file-inline-bbcode {
display: none;
}