File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ export function initRepoGraphGit() {
69
69
const html = await response . text ( ) ;
70
70
const div = document . createElement ( 'div' ) ;
71
71
div . innerHTML = html ;
72
- document . getElementById ( 'pagination' ) . innerHTML = div . getElementById ( ' pagination') . innerHTML ;
73
- document . getElementById ( 'rel-container' ) . innerHTML = div . getElementById ( ' rel-container') . innerHTML ;
74
- document . getElementById ( 'rev-container' ) . innerHTML = div . getElementById ( ' rev-container') . innerHTML ;
72
+ document . getElementById ( 'pagination' ) . innerHTML = div . querySelector ( '# pagination') . innerHTML ;
73
+ document . getElementById ( 'rel-container' ) . innerHTML = div . querySelector ( '# rel-container') . innerHTML ;
74
+ document . getElementById ( 'rev-container' ) . innerHTML = div . querySelector ( '# rev-container') . innerHTML ;
75
75
hideElem ( '#loading-indicator' ) ;
76
76
showElem ( '#rel-container' ) ;
77
77
showElem ( '#rev-container' ) ;
You can’t perform that action at this time.
0 commit comments