fhem-mirror/www/pgm2/ios6.js
Blackcat 6f5376d88a new ios6 Style features:
- better column display (if possible display 1.-3. column in one vertical line)
- ios6touchpad.js added for automatic js support
- toggle Colorpicker and Slider on smaller Screens

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18940 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2019-03-17 10:40:26 +00:00

9 lines
235 B
JavaScript

/* iOS 6 Theme for FHEM */
/* by Sandra Ohmayer */
/* http://www.foodcat.de */
/* jQuery is required*/
var imported = document.createElement('script');
imported.src = '/fhem/pgm2/ios6touchpad.js';
document.head.appendChild(imported);