Skip to content

Commit

Permalink
remove visibleRange (does nothing..) and hide invalid values.
Browse files Browse the repository at this point in the history
No use to display a huge list of unclickable item after all...
  • Loading branch information
panthony committed Apr 18, 2015
1 parent 2753775 commit 51633fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions web/lib/jrds.css
Expand Up @@ -116,8 +116,7 @@ body, input, option, select, tab, div, td, a, textarea {
}

.dijitTimePickerMarker.dijitTimePickerItemDisabled, .dijitTimePickerItemDisabled .dijitTimePickerItemInner {
color: #888;
cursor: default;
display: none;
}

.periodNavigation .dijitButtonNode {
Expand Down
1 change: 0 additions & 1 deletion web/lib/jrds.js
Expand Up @@ -95,7 +95,6 @@ define(
constraint.timePattern = 'HH:mm';
constraint.clickableIncrement = 'T00:30:00';
constraint.visibleIncrement = 'T00:30:00';
constraint.visibleRange = 'T05:00:00';
this._setValue(queryParams[this.queryId]);
return this.inherited(arguments);
},
Expand Down

0 comments on commit 51633fe

Please sign in to comment.