Calendar.continuation_for_the_fucking_khtml_bro...

Just wondered if anyone was familiar with this function:

Calendar.continuation_for_the_fucking_khtml_browser = function() {
var w = self.element.offsetWidth;
var h = self.element.offsetHeight;
self.element.style.display = "none";
var valign = opts.substr(0, 1);
var halign = "l";
if (opts.length > 1) {
halign = opts.substr(1, 1);
}
// vertical alignment
switch (valign) {
case "T": p.y -= h; break;
case "B": p.y += el.offsetHeight; break;
case "C": p.y += (el.offsetHeight - h) / 2; break;
case "t": p.y += el.offsetHeight - h; break;
case "b": break; // already there
}
// horizontal alignment
switch (halign) {
case "L": p.x -= w; break;
case "R": p.x += el.offsetWidth; break;
case "C": p.x += (el.offsetWidth - w) / 2; break;
case "l": p.x += el.offsetWidth - w; break;
case "r": break; // already there
}
p.width = w;
p.height = h + 40;
self.monthsCombo.style.display = "none";
fixPosition(p);
self.showAt(p.x, p.y);
};
if (Calendar.is_khtml)
setTimeout("Calendar.continuation_for_the_fucking_khtml_browser()", 10);
else
Calendar.continuation_for_the_fucking_khtml_browser();
};

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 16 Aug 2010

I don't know whether to find this funny, or disappointing because I'm using Konqueror.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 Aug 2010

Personally, I think it's hilarious that a js function would have this name.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 16 Aug 2010

Surely someone knows what the purpose of this function is.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 17 Aug 2010

It seems that code was added by the developer of the calendar, not BoonEx. I have been left down by my expectations.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 17 Aug 2010

could that be that cos of this function my sitemap gerator os going to dates like Current page: m/articles/calendar/1468/12.

Its doing this on different generators and I really don't need those dates :-)

Where is that function :-)

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 12 Oct 2010

Looks like a script with a attitude..Wow never seen that in a script before. Maybe the person writing it was having a bad day.

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 12 Oct 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.