modified : modified : search type issue fixed

This commit is contained in:
Fahad Abbas 2015-05-28 10:24:28 +00:00
parent 73e868dc42
commit 93c282332b

View file

@ -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);
}); });
}); });