Skip to content

Commit

Permalink
#736 fixed the annoying gremlin in the expandable; works nicely now, …
Browse files Browse the repository at this point in the history
…defaulting to opened ;)
  • Loading branch information
jstrachan committed Nov 14, 2013
1 parent 87228ec commit f7540a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/api/html/wadl.html
Expand Up @@ -70,7 +70,7 @@ <h2>
<ul class="endpoints" style="display: block;">
<li class="endpoint">
<ul class="operations">
<li ng-repeat="method in resource.method" class="{{method.name | lowercase}} operation expandable">
<li ng-repeat="method in resource.method" class="{{method.name | lowercase}} operation">
<div class="expandable" model="method">
<div class="heading title">
<h3>
Expand Down

0 comments on commit f7540a7

Please sign in to comment.