fhem-mirror/www/pgm2/ios12.js
Blackcat 3276507486 ios12: Theme added
ios6: columnspan fixes 

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19104 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2019-04-03 17:27:04 +00:00

9 lines
245 B
JavaScript

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