modified : modified : search type issue fixed
This commit is contained in:
parent
73e868dc42
commit
93c282332b
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@
|
||||||
$('.s-types').on("click", function(){
|
$('.s-types').on("click", function(){
|
||||||
var _this = $(this);
|
var _this = $(this);
|
||||||
var text = _this.html();
|
var text = _this.html();
|
||||||
$('.search-type'){if $smarty.get.type}{$smarty.get.type}{else}Videos{/if}(text);
|
$('.search-type').html(text);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue