3939
4040 .cascading-dropdown-loading {
4141 cursor : wait;
42- background : url ('ajax-loader.gif' ) 85% center no-repeat transparent;
42+ background : url ('res/ ajax-loader.gif' ) 85% center no-repeat transparent;
4343 }
4444 </ style >
4545 < link rel ="stylesheet " type ="text/css " href ="http://cdnjs.cloudflare.com/ajax/libs/SyntaxHighlighter/3.0.83/styles/shCore.css ">
@@ -80,7 +80,7 @@ <h4>Phone finder</h4>
8080 < option value ="64 "> 64 GB</ option >
8181 </ select >
8282
83- < h4 > Matches < img src ="ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
83+ < h4 > Matches < img src ="res/ ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
8484 < ul data-bind ="foreach: phones, visible: phones().length > 0 ">
8585 < li >
8686 < span data-bind ="text: maker "> </ span >
@@ -140,7 +140,7 @@ <h4>Phone finder</h4>
140140 < option value =""> Storage size</ option >
141141 </ select >
142142
143- < h4 > Matches < img src ="ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
143+ < h4 > Matches < img src ="res/ ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
144144 < ul data-bind ="foreach: phones, visible: phones().length > 0 ">
145145 < li >
146146 < span data-bind ="text: maker "> </ span >
@@ -224,7 +224,7 @@ <h4>Phone finder</h4>
224224 < option value =""> Storage size</ option >
225225 </ select >
226226
227- < h4 > Matches < img src ="ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
227+ < h4 > Matches < img src ="res/ ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
228228 < ul data-bind ="foreach: phones, visible: phones().length > 0 ">
229229 < li >
230230 < span data-bind ="text: maker "> </ span >
@@ -290,7 +290,7 @@ <h4>Phone finder</h4>
290290 < select class ="step3 " name ="storage " multiple ="multiple ">
291291 </ select >
292292
293- < h4 > Matches < img src ="ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
293+ < h4 > Matches < img src ="res/ ajax-loader.gif " data-bind ="visible: loading " /> </ h4 >
294294 < ul data-bind ="foreach: phones, visible: phones().length > 0 ">
295295 < li >
296296 < span data-bind ="text: maker "> </ span >
@@ -306,11 +306,11 @@ <h4>Matches <img src="ajax-loader.gif" data-bind="visible: loading" /></h4>
306306 </ div >
307307
308308 <!-- Scripts here -->
309- < script type ="text/javascript " src ="http ://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4 /jquery.min .js "> </ script >
310- < script type ="text/javascript " src ="http ://cdnjs.cloudflare.com/ajax/libs/knockout/2.3.0/knockout-min.js "> </ script >
311- < script type ="text/javascript " src ="jquery. mockjax.js "> </ script >
312- < script type ="text/javascript " src ="ajax-mocks.js "> </ script >
313- < script type ="text/javascript " src ="jquery.cascadingdropdown.js "> </ script >
309+ < script type ="text/javascript " src ="https ://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2 /jquery.js "> </ script >
310+ < script type ="text/javascript " src ="https ://cdnjs.cloudflare.com/ajax/libs/knockout/2.3.0/knockout-min.js "> </ script >
311+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/ jquery-mockjax/1.6.1/jquery. mockjax.min .js "> </ script >
312+ < script type ="text/javascript " src ="res/ ajax-mocks.js "> </ script >
313+ < script type ="text/javascript " src ="dist/ jquery.cascadingdropdown.min .js "> </ script >
314314 < script type ="text/javascript ">
315315 function viewmodel ( ) {
316316 this . phones = ko . observableArray ( [ ] ) ;
0 commit comments