Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle_mod-hvp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle_mod-hvp
Commits
7cd60a39
Commit
7cd60a39
authored
6 years ago
by
Thomas Marstrander
Browse files
Options
Downloads
Patches
Plain Diff
JI-1059 Update library submodule
parent
1caf1158
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
library
+1
-1
1 addition, 1 deletion
library
xapi-collector.js
+5
-0
5 additions, 0 deletions
xapi-collector.js
with
6 additions
and
1 deletion
library
@
0b1aadbb
Compare
687f886e
...
0b1aadbb
Subproject commit
687f886e3d9054b87a9298184f1c2f5ba908d43c
Subproject commit
0b1aadbbcaffc88aaeab71a7ca3509966a6bf57f
This diff is collapsed.
Click to expand it.
xapi-collector.js
+
5
−
0
View file @
7cd60a39
...
...
@@ -110,6 +110,11 @@
console
.
error
(
'
Storing xAPI results failed with error message:
'
,
data
);
}
}).
fail
(
function
()
{
if
(
H5P
.
offlineRequestQueue
)
{
H5P
.
offlineRequestQueue
.
add
(
H5PIntegration
.
ajax
.
xAPIResult
,
data
);
return
;
}
// Let H5P iframe know that we want to queue the request for late transmission.
const
iframe
=
getIframe
(
contentId
);
if
(
!
iframe
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment