Content deleted Content added
Polygnotus (talk | contribs) No edit summary |
Polygnotus (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 224:
});
// Insert
const $content = $('#mw-content-text');
})
.catch(error => {
Line 251 ⟶ 246:
// Auto-generate survey display on userpage
generateSurveyDisplay();
}, 100); // Small delay to ensure DOM is ready
}
|