mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-12 23:56:08 +00:00
Block folder accces
+404 error
This commit is contained in:
@@ -158,9 +158,9 @@ CountBack(gsecs);
|
||||
<input type="hidden" name="ft" value="a4" />
|
||||
<script type="text/javascript">
|
||||
Element.implement({
|
||||
//imgid: falls zu dem link ein pfeil geh?rt kann dieser "auf/zugeklappt" werden
|
||||
//imgid: if an arrow belongs to the link this can be "opened"
|
||||
showOrHide: function(imgid) {
|
||||
//einblenden
|
||||
//insert
|
||||
if (this.getStyle('display') == 'none')
|
||||
{
|
||||
if (imgid != '')
|
||||
@@ -168,7 +168,7 @@ Element.implement({
|
||||
$(imgid).className = 'open';
|
||||
}
|
||||
}
|
||||
//ausblenden
|
||||
//hide
|
||||
else
|
||||
{
|
||||
if (imgid != '')
|
||||
|
||||
Reference in New Issue
Block a user