1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 23:07:39 +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; float: right;
} }
#attach-row-tpl { #attach-row-tpl, .nojs .file-inline-bbcode {
display: none; display: none;
} }