[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; float: right;
} }
#attach-row-tpl { #attach-row-tpl, .nojs .file-inline-bbcode {
display: none; display: none;
} }