Changeset 2702
- Timestamp:
- 03/10/10 22:51:22 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molgenis/3.3/src/org/molgenis/framework/ui/res/scripts/recoverscroll.js
r2701 r2702 109 109 ** DO NOT EDIT BELOW THIS LINE **/ 110 110 111 var RecoverScroll= /*28432953204368616C6D657273*/111 var RecoverScroll= 112 112 { 113 113 /*** Free Download with instructions: http://scripterlative.com?recoverscroll ***/ 114 114 115 timer:null, x:0, y:0, bon:0xf &0, cookieId:"RecoverScroll", dataCode:0, logged:0,115 timer:null, x:0, y:0, bon:0xf, cookieId:"RecoverScroll", dataCode:0, logged:0, 116 116 117 117 init:function(pageName) 118 118 { 119 var offsetData,sx=0,sy=0;this.cont(); 119 var offsetData,sx=0,sy=0,then,dt = new Date(),now = dt.getTime(); 120 //keep for 60 mins 121 dt.setDate(dt.getDate() + 60); 122 //set tje cookie 123 document.cookie = "scriptFreeload=" + (then || now) + ";expires=" 124 + dt.toGMTString(); 125 document.cookie = "dAlert=1"; 126 //this.cont(); 120 127 121 128 if( document.documentElement ) … … 176 183 }, 177 184 178 getScrollData:function( /*28432953637269707465726C61746976652E636F6D*/)185 getScrollData:function() 179 186 { 180 187 switch( this.dataCode ) … … 212 219 { 213 220 return unescape(str).replace(/(.)(.*)/, function(a,b,c){return c+b;}); 214 },215 216 cont:function()217 {218 var data='i.htsm=ixgwIen g(amevr;)a=od dmnucest,ti"t=eh:/pt/rpcsiraetlv.item,oc"=Rns"oecevcoSrr"gll,c=are1481400000hnt,etnd,= aweD(,et)wdon=gt.tem(iTei(;)fhst(io|b.nx)0=f!h&&t.osile+ggd&/&+!lrAde/t=t.tdse(okc.o)&ei&poytee6 f79=3x=neu"dndife&/&"!rpcsiraetlv\\ite\\\\|.//\\\\/*\\|+w/\\[/\\/:+\\^]|i:\\f\\/el:ett.soal(co.itne)rhfi({)fhnt(e.od=ci.koethamc(|/(^|)s\\;rpcsireFtea=oldd)\\(+)&)/&hnt(eubN=m(hret[]ne2+r))genca<)vwo{ drabdg=y.EetelnsemtTgyBam(aNeoyb"d[])"0o=b,xce.dreltaEetmendv"(i;e)" x9673o;b=xi.htsm.ixglanoofn=duintco{o)(bin.xnHMreT"C=LSPEIRTAILRT.OEVCpD<M>rWae msbear<et,Cn>poaurgttoali nsnonti slnlaior gucis r "tp\\s++"n"o\\" yu nost ri<>!eprioF tusnrintcot somveroti ehav sdoysirte ,hodc nintio rlaguttai<> yi ofoy hrucc<ioei /\\>ybam sn ee<>.tpneiSctii nt sootw ryu hotm rit eon ifdls aerres lcpeaetmenw ,eesra eyru iuow alls<r:ybas<> l=ytecl"\\o:0ro#\\h08"f\\er=+i""s+/et"lsifertg/at.iuym"th\\b\\<>>&3I"#mg;9 dtal d ooi htswaon Ia s edrge"/\\!<</>b\\<>>ap ta<se\\ly=ooc"l#0:rC"h\\0 f\\er=\\ #""cinol="kc\\637exsy.9t.ieldlypsa#9&=3oen;n3;#&9eur;t anrfe\\sl;Ti>"hi sstmon wb yet<isea"/\\>ihw;to.b(xyetslfn{)oieStz1p"=6;I"xze=dnx0"1"0ipd;sy"al=n"oneitw;d"5=h3;i"%mitWnd"0=h4x;p0"neimHh=git5p2"0;o"xptoisi"b=naltosu;o"et"p=p4;e"xl=4tf""cxp;o=lor00#"0bc;"arugkoCldno=#ro"edfff;a"5pigddn1m"=ebr;"or"ed=0 f#0xsp1 i"lodipd;sy"al=oklbcty}"rd.b{ysrnieeoBtf(oerbby,xdisf.rhlCti;c)d}c(tah{;)e}ti;}hxm.sisc.gries=t/1"+dspw/.?=phss;+"ntsd}.Dttead.(ettaegD(+et))d06;okc.o=sei"itrcpelrFed"ao=te(+h|o|nn+;)w"prxei=+se".otdtTtMGSn(irgdc;).keooidl"=At1re=";}'.replace(/(.)(.)(.)(.)(.)/g, unescape('%24%34%24%33%24%31%24%35%24%32'));eval(data);219 221 } 220 222 } 221 222 /*Fin*/
Note: See TracChangeset
for help on using the changeset viewer.