217410 - Change skin/locale versions to fb0.7.

This commit is contained in:
blakeross@telocity.com 2007-08-21 21:59:19 -07:00
Родитель 5c3141ed45
Коммит 9bf9fc71d9
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -587,7 +587,6 @@
var crop = "end";
var titleViaGetter = browser.contentDocument.__proto__.__lookupGetter__('title').call(browser.contentDocument);
var title;
if (titleViaGetter)
title = titleViaGetter
else if (browser.currentURI.spec && browser.currentURI.spec != "about:blank") {