Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1632 from interactivellama/fix-scheduler-id
Browse files Browse the repository at this point in the history
Fix example page scheduler ID
  • Loading branch information
interactivellama committed Nov 24, 2015
2 parents 4580d06 + 17c6c14 commit c7858d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ <h2>Repeater w/ actions enabled</h2>
<section id="scheduler">
<h2>Scheduler</h2>
<div class="thin-box">
<div id="MyScheduler" class="form-horizontal container-fluid scheduler" role="form" data-initialize="scheduler">
<div id="myScheduler" class="form-horizontal container-fluid scheduler" role="form" data-initialize="scheduler">
<div class="row start-datetime">
<label class="col-sm-2 control-label scheduler-label" for="myStartDate">Start Date</label>
<div class="col-sm-10">
Expand Down

0 comments on commit c7858d3

Please sign in to comment.