Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
4201e3e0
Commit
4201e3e0
authored
Sep 05, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ff
parent
a7cbb9e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
src_run.js
src_run.js
+9
-7
No files found.
src_run.js
View file @
4201e3e0
...
...
@@ -1856,14 +1856,7 @@ Object.defineProperties(Location.prototype,{
enumerable
:
true
,
},
ancestorOrigins
:
{
get
:
v_saf
(
function
ancestorOrigins
(){
return
new
DOMStringList
()
}),
enumerable
:
true
,
configurable
:
false
,
},
// fragmentDirective: 'c',
// hash: {set: function(arg){this._hash = arg}, get:function(){return this._hash}, enumerable:true},
// host: {set: function(arg){this._host = arg}, get:function(){return this._host}, enumerable:true},
...
...
@@ -4188,6 +4181,15 @@ if (navis.userAgent.indexOf('Firefox') === -1) {
},
})
Object
.
defineProperties
(
Location
.
prototype
,
{
ancestorOrigins
:
{
get
:
v_saf
(
function
ancestorOrigins
(){
return
new
DOMStringList
()
}),
enumerable
:
true
,
configurable
:
false
,
},
})
}
location
.
href
=
'https://www.jetblue.com/booking/flights?from=LAS&to=BOS&depart=2023-07-10&isMultiCity=false&noOfRoute=1&lang=en&adults=1&children=0&infants=0&sharedMarket=false&roundTripFaresFlag=false&usePoints=false'
Object
.
defineProperties
(
location
,
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment