diff options
author | Stephen Finucane <stephen.finucane@intel.com> | 2016-03-14 16:11:56 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2016-03-15 11:30:36 +0000 |
commit | 44fe7bae80be9de34c6d6ce4e239f51beb2f16ff (patch) | |
tree | 0721b24a2078c3ebf66fc92aefaedf7b548cb807 /templates | |
parent | 254b7fb1fdae3b3632770b93e3e269267fbbff96 (diff) | |
download | patchwork-44fe7bae80be9de34c6d6ce4e239f51beb2f16ff.tar patchwork-44fe7bae80be9de34c6d6ce4e239f51beb2f16ff.tar.gz |
js: Allow shift-select of checkboxes
Allow bulk modification of patches through shift-select of the check
boxes on each line.
This allows for the removal of the 'common.js' file, which was only
being used in one location.
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 8e101dd..0e9dd0f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,9 +7,9 @@ <link rel="stylesheet" type="text/css" href="{% static "css/bootstrap.min.css" %}"/> <link rel="stylesheet" type="text/css" href="{% static "css/selectize.bootstrap3.css" %}"/> <link rel="stylesheet" type="text/css" href="{% static "css/style.css" %}"/> - <script type="text/javascript" src="{% static "js/common.js" %}"></script> <script type="text/javascript" src="{% static "js/jquery-1.10.1.min.js" %}"></script> <script type="text/javascript" src="{% static "js/jquery.stickytableheaders.min.js" %}"></script> + <script type="text/javascript" src="{% static "js/jquery.checkboxes-1.0.6.min.js" %}"></script> <!-- IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> |