mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
00933f7ebb
ios6: columnspan fixes git-svn-id: https://svn.fhem.de/fhem/trunk@19104 2b470e98-0d58-463d-a4d8-8e2adae1ed80
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);
|