Use href property to avoid relative link problems

This commit is contained in:
Wes Johnston 2012-05-23 09:28:13 -07:00 коммит произвёл Chris Van
Родитель 22bf77e850
Коммит 76f6bf3786
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -122,7 +122,7 @@
if (self.classes.persona) {
return;
}
var href = activeInstaller.attr('href'),
var href = activeInstaller.href,
hash = hashes[href],
attr = self.attr,
processing_text = gettext('Installing...'),