Skip to content

Commit

Permalink
Revert inadvertant change to basicExample
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthornton committed Nov 24, 2016
1 parent 4a90225 commit 0f67960
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.html
Expand Up @@ -47,11 +47,7 @@ <h2>Basic Example</h2>

<script>
$(function() {
$('#basicExample').timepicker({
'step': 6,
'minTime': '6:45am',
'forceRoundTime': true
});
$('#basicExample').timepicker();
});
</script>

Expand Down

0 comments on commit 0f67960

Please sign in to comment.