Khác biệt giữa bản sửa đổi của “MediaWiki:Common.js”

Không có tóm lược sửa đổi
Không có tóm lược sửa đổi
Thẻ: Lùi lại thủ công
 
(không hiển thị 9 phiên bản ở giữa của cùng người dùng)
Dòng 211: Dòng 211:
         i++;
         i++;
     }
     }
}
// Highlight entry
if (window.location.href.includes('#entry')) {
    document.getElementById(window.location.href.substring(window.location.href.indexOf('#')+1,window.location.href.length)).parentElement.style.background = "rgba(255,222,100,0.4)"
}
}