Skip to content

Commit

Permalink
Commenting out unused JS popover window.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Suta committed Jun 24, 2014
1 parent d147256 commit f2d9f2c
Showing 1 changed file with 6 additions and 3 deletions.
Expand Up @@ -21,9 +21,11 @@
<td wicket:id="td" style="text-align: right;">
<span wicket:id="count"/>

<button id="asdf" type="button" class="btn btn-xs btn-default">
<i class="fa fa-cog"></i>
</button>
<!--<button id="asdf" type="button" class="btn btn-xs btn-default">-->
<!--<i class="fa fa-cog"></i>-->
<!--</button>-->

<!--
<script>
$(document).ready(function() {
$("#asdf").popover({
Expand All @@ -34,6 +36,7 @@
});
});
</script>
-->
</td>
</tr>

Expand Down

0 comments on commit f2d9f2c

Please sign in to comment.