@@ -1070,22 +1070,22 @@ function do_it()
10701070 * Please remember to keep these assets in sync with `scripts/ui_assets.sh`
10711071 */
10721072 $ ( document ) . ready ( function ( ) {
1073- $ . get ( "static/nipa/ checks.json" , run_it )
1073+ $ . get ( "checks.json" , run_it )
10741074 } ) ;
10751075 $ ( document ) . ready ( function ( ) {
1076- $ . get ( "static/nipa/systemd .json" , status_system )
1076+ $ . get ( "status .json" , status_system )
10771077 } ) ;
10781078 $ ( document ) . ready ( function ( ) {
10791079 $ . get ( "contest/filters.json" , filters_doit )
10801080 } ) ;
10811081 $ ( document ) . ready ( function ( ) {
1082- $ . get ( "static/nipa /branch-results.json" , branch_res_doit )
1082+ $ . get ( "contest /branch-results.json" , branch_res_doit )
10831083 } ) ;
10841084 $ ( document ) . ready ( function ( ) {
10851085 $ . get ( "query/results?branches=10&pending=y" , results_loaded )
10861086 } ) ;
10871087 $ ( document ) . ready ( function ( ) {
1088- $ . get ( "static/nipa /branches-info.json" , branches_loaded )
1088+ $ . get ( "contest /branches-info.json" , branches_loaded )
10891089 } ) ;
10901090 $ ( document ) . ready ( function ( ) {
10911091 $ . get ( "query/flaky-tests" , flakes_doit )
0 commit comments