Skip to content
Snippets Groups Projects

Fix for webui#212

Merged Timm Fitschen requested to merge f-webui-212 into dev
All threads resolved!
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -124,7 +124,7 @@ var queryForm = (function () {
pagingparam = "P=" + paging + "&";
}
location.href =
connection.getBasePath() + "Entity/?" + pagingparam + "query=" + query;
connection.getBasePath() + "Entity/?" + pagingparam + "query=" + encodeURIComponent(query);
};
/**
Loading