Subversion Repositories HomeAutomation

Rev

Rev 2070 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2070 Rev 2080
Line 65... Line 65...
65
    ?>
65
    ?>
66
    </script>
66
    </script>
67
 
67
 
68
    <script>
68
    <script>
69
 
69
 
-
 
70
      var aliasNames = <?php echo json_encode($aliasNames); ?>;
70
      var pageConfigurations = <?php echo json_encode($pageConfiguration); ?>;
71
      var pageConfigurations = <?php echo json_encode($pageConfiguration); ?>;
71
      var pageInstances = {};
72
      var pageInstances = {};
72
 
73
 
73
      $(document).ready(function(event)
74
      $(document).ready(function(event)
74
      {
75
      {