sort out anon profile display and write permissions
This commit is contained in:
parent
ac48009180
commit
4b4d680dc4
5 changed files with 26 additions and 232 deletions
|
|
@ -24,18 +24,6 @@ tinyMCE.init({
|
|||
});
|
||||
|
||||
|
||||
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"
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue