Use href property to avoid relative link problems
This commit is contained in:
Родитель
22bf77e850
Коммит
76f6bf3786
|
@ -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...'),
|
||||
|
|
Загрузка…
Ссылка в новой задаче