refs #4869 #9
Loading…
Reference in New Issue
No description provided.
Delete Branch "4869-workerTimeControl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tot correcte a excepció del format
@ -7,6 +7,12 @@ $(document).ready(function () {
});
function setEvents() {
const heartEl = document.querySelector('body > h1 > span')
Tabula bé la línia
@ -26,6 +32,7 @@ function setEvents() {
}, 200);
$(".loading").fadeOut(200);
});
Borra la línia en blanc
@ -20,2 +20,4 @@
var orgErrorHandler = xhr.error;
var key = localStorage.getItem('vnKey');
if(key){
Espai entre el if i obrir parentesi:
if (