"Refactor database connections and add analytics/permissions utils"
This commit is contained in:
@@ -321,7 +321,7 @@ window.isAdmin = {% if current_user.is_admin %}true{% else %}false{% endif %};
|
||||
|
||||
// Live Time Update
|
||||
function updateLiveTime() {
|
||||
const now = new Date();
|
||||
const now = new Date();
|
||||
const timeElement = document.getElementById('live-time');
|
||||
if (timeElement) {
|
||||
timeElement.textContent = now.toLocaleTimeString('de-DE');
|
||||
@@ -360,8 +360,5 @@ function closeJobModal() {
|
||||
function closeExtendModal() {
|
||||
hideModal('extendJobModal');
|
||||
}
|
||||
|
||||
// ... existing code ...
|
||||
</script>
|
||||
// ... existing code ...
|
||||
{% endblock %}
|
Reference in New Issue
Block a user