Changeset 175 for trollforge/lastmeasure


Ignore:
Timestamp:
12/01/05 17:34:34 (7 years ago)
Author:
sam
Message:
  • removed deprecated variables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/include/js.inc

    r82 r175  
    22function ctrlkey() { if (event.keyCode == 17) alert("Our lawyer has informed us that we need a warning. So, if you are under the age of 18 or find this offensive, please leave immediately"); } 
    33function delkey() { if (event.keyCode == 46) alert("LAST MEASURE BY PENISBIRD, Rolloffle, and Rucas.\nStarring:\nSpin\nTubgirl\nLemonparty\nBob Goatse\nPenisbird\nPillowfight\nChristmas\nRusty's Wife\nWhat the fuck? That guy's ass is showing in his baby's picture!\n\n\nTotal, complete, all-versions, popup blocker bashing-to-pieces by goat-see\nnhey.swf by rkz\nPROPS TO GNAA.  LOL HY --DiKKy (GNAA NORWAY CORRESPONDANT)"); } 
    4  
    5 var xOff = 5; 
    6 var yOff = 5; 
    7 var xPos = 400; 
    8 var yPos = -100; 
    9 var flagRun = 1; 
    10 var goat = 0; 
    114 
    125/* 
     
    2619var is_gecko  = (agt.indexOf('gecko') != -1); 
    2720//  GECKO REVISION 
    28 var is_rev=0 
     21var is_rev = 0 
    2922if (is_gecko) { 
    30 temp = agt.split("rv:") 
    31 is_rev = parseFloat(temp[1]) 
     23    temp = agt.split("rv:") 
     24    is_rev = parseFloat(temp[1]) 
    3225} 
    3326 
     
    3730    } 
    3831    // sleep("1"); 
    39     for(i=0; i<16; i++) { 
     32    for(i = 0; i < 16; i++) { 
    4033        popUp("index.php?popup=1"); 
    4134    } 
     
    4336 
    4437function popUp(URL) { 
    45 day = new Date(); 
    46 id = day.getTime(); 
    47 eval("page" + id + " = window.open(URL, '_blank', 'toolbar=0,scrollbars=0,location=1,statusbar=0,menubar=0,resizable=0,width=640,height=583');"); 
     38    day = new Date(); 
     39    id = day.getTime(); 
     40    eval("page" + id + " = window.open(URL, '_blank', 'toolbar=0,scrollbars=0,location=1,statusbar=0,menubar=0,resizable=0,width=640,height=583');"); 
    4841} 
    4942 
Note: See TracChangeset for help on using the changeset viewer.