mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +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;
|
||||
|
||||
@@ -237,7 +237,9 @@ function init(){
|
||||
//}
|
||||
|
||||
if(Helper.mobilecheck()) Mobile_remote.initiate_volume();
|
||||
|
||||
else {
|
||||
$('input#chan_description').characterCounter();
|
||||
}
|
||||
|
||||
setup_admin_listener();
|
||||
setup_list_listener();
|
||||
|
||||
Reference in New Issue
Block a user