зеркало из https://github.com/mozilla/gecko-dev.git
Bug 764333 - Link from error console to view source doesn't work for errors in subscripts; r=Unfocused
This commit is contained in:
Родитель
4e9315c07e
Коммит
69d009f43b
|
@ -503,6 +503,7 @@
|
|||
<handler event="click" phase="capturing" button="0" preventdefault="true">
|
||||
<![CDATA[
|
||||
var url = this.getAttribute("href");
|
||||
url = url.substring(url.lastIndexOf(" ") + 1);
|
||||
var line = getAttribute("line");
|
||||
gViewSourceUtils.viewSource(url, null, null, line);
|
||||
]]>
|
||||
|
|
Загрузка…
Ссылка в новой задаче