mucho progress on notifier, email style dfrn url's
This commit is contained in:
12
include/main.js
Normal file
12
include/main.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
function openClose(theID) {
|
||||
if(document.getElementById(theID).style.display == "block") {
|
||||
document.getElementById(theID).style.display = "none"
|
||||
}
|
||||
else {
|
||||
document.getElementById(theID).style.display = "block"
|
||||
}
|
||||
}
|
||||
function openMenu(theID) {
|
||||
document.getElementById(theID).style.display = "block"
|
||||
}
|
Reference in New Issue
Block a user