Misc/Formating

* removed excess ;
This commit is contained in:
Sarjuuk
2024-03-16 16:38:02 +01:00
parent c01c9ce901
commit 676a7ef24e
16 changed files with 21 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
(function () {
function create(w, h) {
var body = 'STATIC_URL/widgets/searchbox/searchbox.html';;
var body = 'STATIC_URL/widgets/searchbox/searchbox.html';
var buff = '<iframe src="' + body + '" width="' + w + '" height="' + h + '" frameborder="0" class="aowow-searchbox"';
buff += "></iframe>";