client-update
changes changes1 page-changes lock color changes-2 footer page toggle-remove display-dropdown changes card-changes card changes-button chnages-article pages page-404-fix breadcrumbs-fix remove drop-down Apply fixes from StyleCI buttons fixes existing-fix changes-3 Apply fixes from StyleCI changes-4
This commit is contained in:
11
public/lb-faveo/js/custom.js
vendored
Normal file
11
public/lb-faveo/js/custom.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
function myFunction() {
|
||||
var element = document.body;
|
||||
element.classList.toggle("dark-mode");
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
$('.navbar-login i').click(function(){
|
||||
$('#login-form').toggleClass('show');
|
||||
$(this).toggleClass('addrotate');
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user