Revision 5c6f10e4
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
SL/Layout/MaterialStyle.pm | ||
---|---|---|
13 | 13 |
} |
14 | 14 |
|
15 | 15 |
sub javascripts_inline { |
16 |
<<'EOL'; |
|
17 |
document.addEventListener('DOMContentLoaded', function() { |
|
18 |
var elems = document.querySelectorAll('select'); |
|
19 |
var instances = M.FormSelect.init(elems); |
|
20 |
}); |
|
21 |
EOL |
|
16 |
"M.AutoInit();"; |
|
22 | 17 |
} |
23 | 18 |
|
24 | 19 |
sub get_stylesheet_for_user { |
Auch abrufbar als: Unified diff
Mobile Layout: Javascript initialisierung vereinfacht