File tree Expand file tree Collapse file tree 11 files changed +7
-7
lines changed Expand file tree Collapse file tree 11 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 60
60
$ ( '#project' ) . val ( ui . item . label ) ;
61
61
$ ( '#project-id' ) . val ( ui . item . value ) ;
62
62
$ ( '#project-description' ) . html ( ui . item . desc ) ;
63
- $ ( '#project-icon' ) . attr ( 'src' , '../ images/' + ui . item . icon ) ;
63
+ $ ( '#project-icon' ) . attr ( 'src' , 'images/' + ui . item . icon ) ;
64
64
65
65
return false ;
66
66
}
78
78
79
79
< div class ="demo ">
80
80
< div id ="project-label "> Select a project (type "j" for a start):</ div >
81
- < img id ="project-icon " src ="../ images/transparent_1x1.png " class ="ui-state-default "/>
81
+ < img id ="project-icon " src ="images/transparent_1x1.png " class ="ui-state-default "/>
82
82
< input id ="project "/>
83
83
< input type ="hidden " id ="project-id "/>
84
84
< p id ="project-description "> </ p >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11
11
< script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
12
12
< link type ="text/css " href ="../demos.css " rel ="stylesheet " />
13
13
< style type ="text/css ">
14
- .ui-autocomplete-loading { background : white url ('../../themes/base/ images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
14
+ .ui-autocomplete-loading { background : white url ('images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
15
15
</ style >
16
16
< script type ="text/javascript ">
17
17
$ ( function ( ) {
Original file line number Diff line number Diff line change 11
11
< script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
12
12
< link type ="text/css " href ="../demos.css " rel ="stylesheet " />
13
13
< style type ="text/css ">
14
- .ui-autocomplete-loading { background : white url ('../../themes/base/ images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
14
+ .ui-autocomplete-loading { background : white url ('images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
15
15
</ style >
16
16
< script type ="text/javascript ">
17
17
$ ( function ( ) {
Original file line number Diff line number Diff line change 11
11
< script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
12
12
< link type ="text/css " href ="../demos.css " rel ="stylesheet " />
13
13
< style type ="text/css ">
14
- .ui-autocomplete-loading { background : white url ('../../themes/base/ images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
14
+ .ui-autocomplete-loading { background : white url ('images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
15
15
</ style >
16
16
< script type ="text/javascript ">
17
17
$ ( function ( ) {
Original file line number Diff line number Diff line change 11
11
< script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
12
12
< link type ="text/css " href ="../demos.css " rel ="stylesheet " />
13
13
< style type ="text/css ">
14
- .ui-autocomplete-loading { background : white url ('../../themes/base/ images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
14
+ .ui-autocomplete-loading { background : white url ('images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
15
15
</ style >
16
16
< script type ="text/javascript ">
17
17
$ ( function ( ) {
Original file line number Diff line number Diff line change 11
11
< script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
12
12
< link type ="text/css " href ="../demos.css " rel ="stylesheet " />
13
13
< style type ="text/css ">
14
- .ui-autocomplete-loading { background : white url ('../../themes/base/ images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
14
+ .ui-autocomplete-loading { background : white url ('images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
15
15
</ style >
16
16
< script type ="text/javascript ">
17
17
$ ( function ( ) {
You can’t perform that action at this time.
0 commit comments