Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
address #30, bump build
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Sep 15, 2020
1 parent 7847dfe commit 4a62973
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
}

group 'com.github.kwebio'
version '0.7.24'
version '0.7.25'

repositories {
mavenCentral()
Expand Down
6 changes: 0 additions & 6 deletions src/main/resources/kweb/kweb_bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,6 @@ var docCookies = {
}
};

window.addEventListener("pageshow", function (event) {
if (window.performance.navigation.type === 2) {
location.reload(true);
}
});

function buildPage() {
<!-- BUILD PAGE PAYLOAD PLACEHOLDER -->
connectWs();
Expand Down

0 comments on commit 4a62973

Please sign in to comment.