This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ <h4>Phone finder</h4>
293
293
< option value =""> Storage size</ option >
294
294
</ select >
295
295
296
- < h4 > Matches < img src ="ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
296
+ < h4 > Matches < img src ="res/ ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
297
297
< ul data-bind ="foreach: phones, visible: phones().length > 0 ">
298
298
< li >
299
299
< span data-bind ="text: maker "> </ span >
@@ -394,7 +394,7 @@ <h4>Matches <img src="res/ajax-loader.gif" data-bind="visible: loading" /></h4>
394
394
< script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/knockout/2.3.0/knockout-min.js "> </ script >
395
395
< script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/jquery-mockjax/1.6.1/jquery.mockjax.min.js "> </ script >
396
396
< script type ="text/javascript " src ="res/ajax-mocks.js "> </ script >
397
- < script type ="text/javascript " src ="dist/jquery.cascadingdropdown.min. js "> </ script >
397
+ < script type ="text/javascript " src ="dist/jquery.cascadingdropdown.js "> </ script >
398
398
< script type ="text/javascript ">
399
399
function viewmodel ( ) {
400
400
this . phones = ko . observableArray ( [ ] ) ;
You can’t perform that action at this time.
0 commit comments