mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 06:06:51 +01:00
First public release of MyAAC
This commit is contained in:
9
tools/basic.js
Normal file
9
tools/basic.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function MouseOverBigButton(source) {
|
||||
source.firstChild.style.visibility = "visible";
|
||||
}
|
||||
function MouseOutBigButton(source) {
|
||||
source.firstChild.style.visibility = "hidden";
|
||||
}
|
||||
function BigButtonAction(path) {
|
||||
window.location = path;
|
||||
}
|
||||
Reference in New Issue
Block a user