Fixing problem with webcal:// urls not working.

This commit is contained in:
mikep%oeone.com 2003-02-13 14:33:04 +00:00
Родитель 2b51c16c03
Коммит 3e3dbcdcc4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -263,7 +263,7 @@ calendarManager.prototype.addServerDialogResponse = function calMan_addServerDia
var name = "calendar"+this.rootContainer.getSubNodes().length;
CalendarObject.active = true;
CalendarObject.path = CalendarObject.path.replace( "webcal:", "http:" );
CalendarObject.remotePath = CalendarObject.remotePath.replace( "webcal:", "http:" );
var node = this.rootContainer.addNode(name);
node.setAttribute("http://home.netscape.com/NC-rdf#active", "true");