Puts inputs on same row as transaction slider.

This commit is contained in:
Jonathan Rosenbaum
2015-01-25 03:00:15 +00:00
parent 88cdfc5887
commit df66ead71e
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -248,6 +248,7 @@ $(function() {
slider_keyboard(slider_pointer,first_handle,"lower");
slider_keyboard(slider_pointer,second_handle,"upper");
// keyboard friendly slider
function slider_keyboard(slider_pointer, input, handle) {
input.keydown(function( e ) {