Skip to content

NovaProton/Not-Paid-Bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Client did not pay?

Add opacity to the Class "sidebar-nav" and decrease it every day until their menu completely fades away. Set a due date and customize the number of days you offer them until the menu is fully vanished.

Once the menu has vanished a window.alert pop up box will appear that you can put a custom message in. Where the menu once was the message "Disabled. Please speak to site owner" will appear.

Dates

/* change these variables as you wish YYYY-MM-DD */
var due_date = new Date('2017-02-27');
var days_deadline = 60;
/* stop changing here */

Pop Up

/* Edit the message in between the "" */
window.alert("Pop Up");
/* stop changing here */

Usage

Just load the not-paid.js file in <head>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published