Kehitysehdotus-nappi footeriin
💡-nappi sivun alareunassa avaa kehitysehdotuslomakkeen suoraan (navigoi todo/features-välilehdelle ja avaa uuden ehdotuksen). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
script.js
10
script.js
@@ -4556,6 +4556,16 @@ document.getElementById('netadmin-detail-form')?.addEventListener('submit', asyn
|
||||
} catch (e) { alert('Tallennus epäonnistui: ' + e.message); }
|
||||
});
|
||||
|
||||
// ==================== FOOTER: KEHITYSEHDOTUS ====================
|
||||
|
||||
function openFeatureSuggestion() {
|
||||
switchToTab('todo', 'features');
|
||||
// Pieni viive jotta tab ehtii latautua
|
||||
setTimeout(() => {
|
||||
openFeatureEdit(null);
|
||||
}, 200);
|
||||
}
|
||||
|
||||
// ==================== DOKUMENTIT ====================
|
||||
|
||||
let allDocuments = [];
|
||||
|
||||
Reference in New Issue
Block a user