diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-13 14:12:55 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-13 21:41:38 -0500 |
commit | e7bacd45e1b44090781067159b63fe14b46b8611 (patch) | |
tree | d291a561cd58d4e42536b76d9ec91d26d72a87a5 /jarmonbuild/commands.py | |
parent | 85a578479406865502a3eb504577c1dfe64f34f5 (diff) |
Use HTML5 type=datetime-local inputs for ChartCoordinator.
Diffstat (limited to 'jarmonbuild/commands.py')
-rw-r--r-- | jarmonbuild/commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jarmonbuild/commands.py b/jarmonbuild/commands.py index 749a84c..617976f 100644 --- a/jarmonbuild/commands.py +++ b/jarmonbuild/commands.py @@ -209,7 +209,6 @@ class BuildJavascriptDependenciesCommand(BuildCommand): ('code_url', 'https://raw.githubusercontent.com/flot/flot/v0.7.0/jquery.flot.selection.js'), ('code_url', 'https://lukeshu.com/git/2git/javascriptrrd/plain/src/lib/rrdFile.js?id=v1.1.1'), ('code_url', 'https://lukeshu.com/git/2git/javascriptrrd/plain/src/lib/binaryXHR.js?id=v1.1.1'), - ('code_url', 'https://raw.githubusercontent.com/jquerytools/jquerytools/8ac4636a01d3860f1c4726ba722190a531bf1068/src/dateinput/dateinput.js'), ('code_url', 'https://raw.githubusercontent.com/jquerytools/jquerytools/8ac4636a01d3860f1c4726ba722190a531bf1068/src/tabs/tabs.js'), ('code_url', 'https://raw.githubusercontent.com/jquerytools/jquerytools/8ac4636a01d3860f1c4726ba722190a531bf1068/src/toolbox/toolbox.history.js'), ('compilation_level', 'SIMPLE_OPTIMIZATIONS'), |