File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# git config --global core.excludesfile ~/.gitignore_global
66
77/_tmp
8- /_gh-pages
8+ /_gh_pages
99* .DS_Store
1010* .swp
1111_extra
1212node_modules
13+ gh_page.rb
Original file line number Diff line number Diff line change 265265 } ) ;
266266
267267 if ( criteria . type == 'range' ) {
268- vals = vals [ 0 ] . split ( '-' )
268+ vals = vals [ 0 ] . split ( '-' ) ;
269269 }
270270
271271 return vals ;
Original file line number Diff line number Diff line change 77 < link href ="assets/css/stream.css " media ="screen " rel ="stylesheet " type ="text/css ">
88 < script src ="assets/js/jquery-1.11.1.min.js " type ="text/javascript "> </ script >
99 < script src ="assets/js/jquery-ui-1.10.2.custom.min.js " type ="text/javascript "> </ script >
10- <!--
10+ <!-- development_start -->
1111 < script src ="../lib/json_query.js " type ="text/javascript "> </ script >
1212 < script src ="../filter.js " type ="text/javascript "> </ script >
13- -->
13+ <!-- development_end -->
1414
15- < script src ="../dist/filter.js " type ="text/javascript "> </ script >
15+ <!-- ghpages_start
16+ <script src="filter.min.js" type="text/javascript"></script>
17+ ghpages_end -->
1618 < script src ="data/movies.js " type ="text/javascript "> </ script >
1719 < script src ="index.js " type ="text/javascript "> </ script >
1820 </ head >
You can’t perform that action at this time.
0 commit comments