Skip to content

Commit

Permalink
refs #4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Nov 15, 2018
1 parent 44bd75d commit 84f10c5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-parent</artifactId>
<version>3.2.0</version>
<version>3.2.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -21,20 +21,6 @@
<mojarra.version>2.3.4</mojarra.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.adminfaces</groupId>
<artifactId>admin-template</artifactId>
<version>1.0.0-RC19</version>
</dependency>
<dependency>
<groupId>com.github.adminfaces</groupId>
<artifactId>admin-theme</artifactId>
<version>1.0.0-RC19</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
8 changes: 0 additions & 8 deletions src/main/webapp/WEB-INF/templates/template-top.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@
<i>#{msg['starter.version']}</i>
</div>

<script type="text/javascript">
if(isMobile()) {
$('a.ui-link').click(function() {
$(this).prop('disabled', true);
showBar();
});
}
</script>
</ui:define>


Expand Down
8 changes: 0 additions & 8 deletions src/main/webapp/WEB-INF/templates/template.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@
<i>#{msg['starter.version']}</i>
</div>

<script type="text/javascript">
if(isMobile()) {
$('a.ui-link').click(function() {
$(this).prop('disabled', true);
showBar();
});
}
</script>
</ui:define>


Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/includes/top-bar.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</li>

<li>
<a id="layout-setup" href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
<a id="layout-setup" href="#" onclick="$('aside.control-sidebar').addClass('control-sidebar-open')" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
</li>

</ul>
Expand Down

0 comments on commit 84f10c5

Please sign in to comment.