Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
dbb3dc02
...
dbb3dc027f44e9b516b3b5134f95e15d3867fa71
authored
2012-08-20 15:26:57 -0400
by
Chris Lorenzo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix breaking tests due to 204 not actually firing urlChanged
1 parent
37bdd108
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
modules/casper.js
modules/casper.js
View file @
dbb3dc0
...
...
@@ -1639,6 +1639,7 @@ function createPage(casper) {
}
message
+=
': '
+
casper
.
requestUrl
;
casper
.
log
(
message
,
"warning"
);
casper
.
navigationRequested
=
false
;
if
(
utils
.
isFunction
(
casper
.
options
.
onLoadError
))
{
casper
.
options
.
onLoadError
.
call
(
casper
,
casper
,
casper
.
requestUrl
,
status
);
}
...
...
Please
register
or
sign in
to post a comment