Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.com.git
js/liberapay.js
if( !update( container ) ) {
const observer = new MutationObserver( ( mutations, obs ) => {
- if(
- mutations.some( m => m.addedNodes.length ) && update( container )
- ) {
+ if( mutations.some( m => m.addedNodes.length ) && update( container ) ) {
obs.disconnect();
}

Formats code

Author Dave Jarvis <email>
Date 2025-08-28 11:58:50 GMT-0700
Commit 1495fb2ec294d452e99d0fe7bf2a047aef5ce35f
Parent abb895a
Delta 1 line added, 3 lines removed, 2-line decrease