This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
< link rel ="stylesheet " href ="components/jquery-ui/themes/smoothness/jquery-ui.css ">
12
12
< link rel ="stylesheet " href ="demo/demo.css ">
13
13
< script type ="text/javascript " src ="bower_components/jquery/jquery.js "> </ script >
14
- < script type ="text/javascript " src ="bower_components/jquery-ui/ui/jquery-ui.custom. js "> </ script >
14
+ < script type ="text/javascript " src ="bower_components/jquery-ui/ui/jquery-ui.js "> </ script >
15
15
< script type ="text/javascript " src ="bower_components/angular/angular.js "> </ script >
16
16
< script type ="text/javascript " src ="src/sortable.js "> </ script >
17
17
< script type ="text/javascript ">
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ files = [
3
3
JASMINE ,
4
4
JASMINE_ADAPTER ,
5
5
'bower_components/jquery/jquery.js' ,
6
- 'bower_components/jquery-ui/ui/jquery-ui.custom. js' ,
6
+ 'bower_components/jquery-ui/ui/jquery-ui.js' ,
7
7
'bower_components/angular/angular.js' ,
8
8
'bower_components/angular-mocks/angular-mocks.js' ,
9
9
'src/sortable.js' ,
You can’t perform that action at this time.
0 commit comments