Skip to content
Snippets Groups Projects
Commit d3d9f36f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

href link fixed in search db panel

parent befb8ed9
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -85,6 +85,7 @@ AbstractPanel.prototype._initializeGui = function(){
searchInputDiv.appendChild(searchButtonCell);
var searchButton = Functions.createElement({type:"a", className:"searchButton",content:'<img src="resources/images/icons/search.png"/>'});
searchButton.href="#";
searchButtonCell.appendChild(searchButton);
this.setControlElement(PanelControlElementType.SEARCH_BUTTON, searchButton);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment