Skip to content

Commit

Permalink
Merge abd05ef into 1effb88
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Sep 19, 2019
2 parents 1effb88 + abd05ef commit 678bf38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/githubOauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,10 @@ export default function GitHubModule(){
const saveRepoName = currentRepoName
const saveUser = currentUser

if(typeof intervalTimer != undefined){
clearInterval(intervalTimer) //Turn off auto saving to prevent it from saving again during this save
}

let popUp = document.querySelector('#popUp')
popUp.textContent = "...saving"
popUp.setAttribute("style","display:block")
Expand Down

0 comments on commit 678bf38

Please sign in to comment.