Skip to content

Commit

Permalink
fix refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 15, 2024
1 parent fd0b401 commit cd716a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html5/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ hr {

@font-face {
font-family: pixel;
src: url("./fonts/pixel.otf");
src: url(".././fonts/pixel.otf");
font-size-adjust: inherit;
}

Expand Down
2 changes: 1 addition & 1 deletion html5/js/modals.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function showPrepareChaosReportModal(checkbox) {
setModalState(true);
});
$('#prepareChaosReportModal').modal('show');
$("#chaosReportHeader").text("Select Ingress - Namespace:" + namespace);
$("#chaosReportHeader").text("Select Ingress - Namespace:" + globalState.get('namespace'));
setCodeNameToTextInput("chaosReportAuthor");
setCodeNameToTextInput("chaosReportProject");
setModalState(true);
Expand Down

0 comments on commit cd716a6

Please sign in to comment.