Move shared CSS/JS from templates to static/style.css and static/app.js
This commit is contained in:
@@ -427,18 +427,6 @@
|
||||
});
|
||||
}());
|
||||
|
||||
function metaSelectChanged(sel, inputId) {
|
||||
var input = document.getElementById(inputId);
|
||||
if (sel.value === '__new__') {
|
||||
input.style.display = '';
|
||||
input.value = '';
|
||||
input.focus();
|
||||
} else {
|
||||
input.style.display = 'none';
|
||||
input.value = sel.value;
|
||||
}
|
||||
}
|
||||
|
||||
// ── Percentage mini chart ─────────────────────────────────────────────────
|
||||
(function() {
|
||||
var canvas = document.getElementById('pct-chart');
|
||||
|
||||
Reference in New Issue
Block a user