2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00
fhem-mirror/fhem/www/pgm2/ios6.js
Blackcat c3002aac3b 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@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);