mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
parent
6a0abd1cd5
commit
660304c6ff
1 changed files with 1 additions and 2 deletions
|
|
@ -128,8 +128,7 @@ var ViewSourceContent = {
|
|||
let objects = msg.objects;
|
||||
switch (msg.name) {
|
||||
case "ViewSource:LoadSource":
|
||||
this.viewSource(data.URL, data.outerWindowID, data.lineNumber,
|
||||
data.shouldWrap);
|
||||
this.viewSource(data.URL, data.outerWindowID, data.lineNumber);
|
||||
break;
|
||||
case "ViewSource:LoadSourceOriginal":
|
||||
this.viewSourceOriginal(data.URL, objects.pageDescriptor, data.lineNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue