Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/mescon/Muximux into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mescon committed Jan 5, 2017
2 parents 84a4e3a + 2f3751b commit 22746ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ function settingsEventHandlers() {
function viewChangelog() {
$('#changelog').html("");
if ((!getCookie('hasJSON')) || (!sessionStorage['JSONData'])) {
write_log('Refreshing commit data from github - ' + ($force ? "automatically triggered." : "manually triggered."));
updateJson();
}
json = JSON.parse(sessionStorage.getItem('JSONData'));
Expand Down

0 comments on commit 22746ec

Please sign in to comment.