diff --git a/public/js/vroom.js b/public/js/vroom.js index 3cd469b..521e979 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -55,7 +55,7 @@ function inviteUrlPopup(){ // set the height of the thumbnails so they are always equals function setPanelHeight() { - $(".panel").height(Math.max.apply(null, $(".panel").map(function() { return $(this).height(); }))); + $(".panelIndex").height(Math.max.apply(null, $(".panelIndex").map(function() { return $(this).height(); }))); } setTimeout(function(){ diff --git a/templates/default/help.html.ep b/templates/default/help.html.ep index 531b26d..2c7a41b 100644 --- a/templates/default/help.html.ep +++ b/templates/default/help.html.ep @@ -1,21 +1,37 @@ -% title $self->l('Help'); +% title $self->l('HELP'); %= include 'header' %= include 'public_toolbar'
-
-
-

- <%=l 'SUPPORTED_BROWSERS' %> -

-

- <%=l 'HELP_BROWSERS_SUPPORTED' %> -

-

- <%=l 'SREEN_SHARING' %> -

-

- <%==l 'HELP_SCREEN_SHARING' %> -

+
+
+ +
+
+ <%=l 'HELP_BROWSERS_SUPPORTED' %> +
+
+
+
+ +
+
+ <%==l 'HELP_SCREEN_SHARING' %> +
+
+%= include 'js_include' +%= include 'footer'