Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5
This commit is contained in:
commit
161c30959a
@ -561,7 +561,7 @@ function moreOptsMenuResize() {
|
||||
var $table = $("table#tablestructure");
|
||||
|
||||
// don't use More menu if we're only showing icons and no text
|
||||
if ($table.hasClass("PropertiesIconic")) {
|
||||
if ($table.length == 0 || $table.hasClass("PropertiesIconic")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user