Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
sync on top of 1.27.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed May 21, 2020
1 parent f87869e commit 316e778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patches/20_0_configuration_tweaks.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/src/js/assets.js b/src/js/assets.js
index 3c85a883..2cc058f2 100644
index efbb9353..3b529bdf 100644
--- a/src/js/assets.js
+++ b/src/js/assets.js
@@ -370,7 +370,7 @@ const registerAssetSource = function(assetKey, dict) {
@@ -373,7 +373,7 @@ const registerAssetSource = function(assetKey, dict) {
entry.contentURL = [];
}
if ( typeof entry.updateAfter !== 'number' ) {
Expand All @@ -11,7 +11,7 @@ index 3c85a883..2cc058f2 100644
}
if ( entry.submitter ) {
entry.submitTime = Date.now(); // To detect stale entries
@@ -848,7 +848,7 @@ api.rmrf = function() {
@@ -851,7 +851,7 @@ api.rmrf = function() {
/******************************************************************************/

// Asset updater area.
Expand Down

0 comments on commit 316e778

Please sign in to comment.