Added a new introduction video to the Master Password website.
This commit is contained in:
@@ -6,3 +6,13 @@ $(function(){
|
||||
};
|
||||
});
|
||||
|
||||
function toggleMovie() {
|
||||
if ($("header").hasClass("play")) {
|
||||
$("header").removeClass("play");
|
||||
$("header video")[0].pause();
|
||||
} else {
|
||||
$("header").addClass("play");
|
||||
$("header video")[0].play();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user