Delete unused code.
This commit is contained in:
19
fight.php
19
fight.php
@@ -141,16 +141,15 @@ include("config.php");
|
||||
} else {
|
||||
document.write(
|
||||
'<frameset rows="45, *, 30">' +
|
||||
'<frame src="top_menu.php" scrolling="no" noresize="noresize" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0">' +
|
||||
'<frameset rows="72%, *, 0">' +
|
||||
'<frame name="main" src="main.php?top=' + rnd + '" style="border-bottom-width: 2px; border-bottom-style:solid; border-bottom-color:#B0B0B0">' +
|
||||
'<frameset cols="*,263">' +
|
||||
'<frame id="chat" name="chat" src="buttons.php?ch=' + rnd + '" scrolling="yes" FRAMEBORDER="0" MARGINWIDTH="3" MARGINHEIGHT="3">' +
|
||||
'<frame name="online" src="ch.php?online=' + rnd + '" scrolling="yes" FRAMEBORDER=' + frmval + ' BORDER="0" MARGINWIDTH="3" MARGINHEIGHT="0" ' + addstyle + '>' +
|
||||
'</frameset>' +
|
||||
'<frame name="refreshed" scrolling="no" noresize="noresize" src="refreshed.html">' +
|
||||
'</frameset>' +
|
||||
'<frame name="bottom" scrolling="no" noresize="noresize" src="buttons.php?' + rnd + '">' +
|
||||
'<frame src="top_menu.php" scrolling="no" noresize="noresize" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0">' +
|
||||
'<frameset rows="72%, *">' +
|
||||
'<frame name="main" src="main.php?top=' + rnd + '" style="border-bottom-width: 2px; border-bottom-style:solid; border-bottom-color:#B0B0B0">' +
|
||||
'<frameset cols="*,263">' +
|
||||
'<frame id="chat" name="chat" src="buttons.php?ch=' + rnd + '" scrolling="yes" FRAMEBORDER="0" MARGINWIDTH="3" MARGINHEIGHT="3">' +
|
||||
'<frame name="online" src="ch.php?online=' + rnd + '" scrolling="yes" FRAMEBORDER=' + frmval + ' BORDER="0" MARGINWIDTH="3" MARGINHEIGHT="0" ' + addstyle + '>' +
|
||||
'</frameset>' +
|
||||
'</frameset>' +
|
||||
'<frame name="bottom" scrolling="no" noresize="noresize" src="buttons.php?' + rnd + '">' +
|
||||
'</frameset>');
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user