-Req Star Message

-Load More Position
-Cancel Update Form
This commit is contained in:
Kara Hoagland
2022-12-04 17:53:13 -08:00
parent b15c31722f
commit a1499013dc
8 changed files with 20 additions and 20 deletions

View File

@@ -13,8 +13,6 @@
<script src="assets/scripts/ReviewCard.js" type="module"></script>
<!-- Main Stylesheets & Scripts -->
<!-- Temporarily commented out reset.css due to furthur discussion needed on the values of the default config-->
<!-- <link rel="stylesheet" href="/static/reset.css" /> -->
<link rel="stylesheet" href="./static/ReviewDetails.css" />
<link rel="stylesheet" href="./static/Form.css" />
<script src="assets/scripts/ReviewDetails.js" type="module"></script>
@@ -139,7 +137,7 @@
</fieldset>
<button type="submit" id="save-btn" value="Submit">Save</button>
<input type="button" value="Cancel" id="home-btn" onclick="window.location.assign('./index.html')" />
<input type="button" value="Cancel" id="cancel-btn"/>
</form>
</div>
</body>