mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
9 lines
245 B
JavaScript
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);
|