diff --git a/Js/script.js b/Js/script.js index 8b93ab9..3e86d5d 100644 --- a/Js/script.js +++ b/Js/script.js @@ -200,6 +200,6 @@ function purchesConfirm() { alert('Please Select an Item.') } } -function allClose() { - location.reload() - } +function allClose(){ + location.reload(); +}