Subversion Repositories HomeAutomation

Rev

Rev 2084 | Rev 2111 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2084 Rev 2093
Line 76... Line 76...
76
      if (aliasNames[alias])
76
      if (aliasNames[alias])
77
      {
77
      {
78
        name = aliasNames[alias];
78
        name = aliasNames[alias];
79
      }
79
      }
80
   
80
   
81
      /* Create the slider HTML from the template and add it to the DOM */
81
      /* Create the info HTML from the template and add it to the DOM */
82
      pageInstance.pageInfoElements[alias] = $("#page-info-template").tmpl({ alias: alias, name: name }).appendTo(pageInstance.pageContentElement).trigger("create");
82
      pageInstance.pageInfoElements[alias] = $("#page-info-template").tmpl({ alias: alias, name: name }).appendTo(pageInstance.pageContentElement).trigger("create");
83
    });
83
    });
84
   
84
   
85
   
85
   
86
    /* Request the initial value from the server */
86
    /* Request the initial value from the server */