mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
AttrTemplate.pm: Fix online reloading (Forum #94494)
git-svn-id: https://svn.fhem.de/fhem/trunk@21352 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d739d5141a
commit
39b16b37d2
@ -122,6 +122,7 @@ AttrTemplate_Initialize()
|
||||
$initialized = 1;
|
||||
Log 2, "AttrTemplates: got $nr entries" if($nr);
|
||||
$FW_addJs = "" if(!defined($FW_addJs));
|
||||
return if($FW_addJs =~ m/attrTemplateHelp/);
|
||||
$FW_addJs .= << 'JSEND';
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user