mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
General fixes
+Fixed a little mistake NOTE: In order to play this version of the game properly, you need to refresh your browser cache
This commit is contained in:
+6
-5
@@ -413,11 +413,12 @@ if (!empty($_GET['p'])) {
|
||||
function inaktiv() {event.srcElement.className='fl2'; }
|
||||
|
||||
function del(e,id){
|
||||
if(e == 'did'){ var conf = confirm('Dou you really want delete village id '+id+'?'); }
|
||||
if(e == 'unban'){ var conf = confirm('Dou you really want unban player '+id+'?'); }
|
||||
if(e == 'stopDel'){ var conf = confirm('Dou you really want stop deleting user '+id+'?'); }
|
||||
if(e == 'oas'){ var conf = confirm('Dou you really want to delete oasis id '+id+'?'); }
|
||||
if(conf){return true;}else{return false;}
|
||||
if(e == 'arti'){ var conf = confirm('Dou you really want delete artifact id '+id+'?'); }
|
||||
if(e == 'did'){ var conf = confirm('Dou you really want delete village id '+id+'?'); }
|
||||
if(e == 'unban'){ var conf = confirm('Dou you really want unban player '+id+'?'); }
|
||||
if(e == 'stopDel'){ var conf = confirm('Dou you really want stop deleting user '+id+'?'); }
|
||||
if(e == 'oas'){ var conf = confirm('Dou you really want to delete oasis id '+id+'?'); }
|
||||
return conf;
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user