File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ $(document).ready(function() {
94
94
content : 'roastedOn'
95
95
} ) . render ( ) ;
96
96
97
- $ ( 'body' ) . append ( datepicker . el ) ;
98
-
99
97
//type in datepicker and check if model updates
100
98
$ ( datepicker . el ) . find ( 'input' ) . simulate ( "key-sequence" , { sequence : "08/24/1981" } ) ;
101
99
$ ( datepicker . el ) . find ( 'input' ) . simulate ( "key-sequence" , { sequence : "{enter}" } ) ;
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ $(document).ready(function() {
50
50
content : 'roastedOn'
51
51
} ) . render ( ) ;
52
52
53
- $ ( 'body' ) . append ( timepicker . el ) ;
54
-
55
53
//type in datepicker and check if model updates
56
54
$ ( timepicker . el ) . find ( 'input' ) . simulate ( "key-sequence" , { sequence : "8:30 pm" } ) ;
57
55
$ ( timepicker . el ) . find ( 'input' ) . simulate ( "key-sequence" , { sequence : "{enter}" } ) ;
You can’t perform that action at this time.
0 commit comments