Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
779bcdc7a414b69cfb41763e91eb2c00beb3e100
Authored by
ykxie
2017-07-24 11:44:12 +0800
1 parent
d9a7ef4b
fix bug
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
dist/player.html
src/player.html
dist/player.html
View file @
779bcdc
...
...
@@ -409,7 +409,7 @@
409
409
url: document.URL,
410
410
text: title
411
411
}
412
- plugins.
M
SharePlugin.share(shareData)
412
+ plugins.
SharePlugin.share(shareData)
413
413
})
414
414
})
415
415
</script>
...
...
src/player.html
View file @
779bcdc
...
...
@@ -409,7 +409,7 @@
409
409
url: document.URL,
410
410
text: title
411
411
}
412
- plugins.
M
SharePlugin.share(shareData)
412
+ plugins.
SharePlugin.share(shareData)
413
413
})
414
414
})
415
415
</script>
...
...