Charactercount now dynamic

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-09 18:41:52 +01:00
parent 4eec51e271
commit 0ccdda4815
3 changed files with 11 additions and 5 deletions

View File

@@ -432,6 +432,10 @@ function initfp(){
//Frontpage.start_snowfall();
}
if(Helper.mobilecheck()){
$('input#searchFrontpage').characterCounter();
}
window['__onGCastApiAvailable'] = function(loaded, errorInfo) {
if (loaded) {
chromecastReady = true;