The errors can be ignored, the code is perfectly fine. The parser just gets confused because a closing tag is found the beginning of the code.kknm wrote: I am confused by the warnings in Settings - Title.
What do you mean by that? Would you mind sharing a screenshot of what you see?kknm wrote:There was an unpleasant moment for viewing the iframe - the bottom scroll appeared.
Add $('#nuActionHolder').remove(); to your existing code:kknm wrote:And I would also like to remove the search field and buttons in this row in iframe mode.
Code: Select all
if (iniFrame()) {
$(function () {
hideBrowseColumn(0); // Hide the first column
$('#nuActionHolder').remove(); // Hide the search field, buttons
});
}