mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-21 08:55:43 +00:00
Charactercount now dynamic
This commit is contained in:
@@ -432,6 +432,10 @@ function initfp(){
|
||||
//Frontpage.start_snowfall();
|
||||
}
|
||||
|
||||
if(Helper.mobilecheck()){
|
||||
$('input#searchFrontpage').characterCounter();
|
||||
}
|
||||
|
||||
window['__onGCastApiAvailable'] = function(loaded, errorInfo) {
|
||||
if (loaded) {
|
||||
chromecastReady = true;
|
||||
|
||||
Reference in New Issue
Block a user