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
17f6424aaacd7018b26c5fc3222686fea1fcafca
Authored by
ykxie
2017-06-20 14:06:28 +0800
1 parent
ac51575c
add alert
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/js/player.js
src/js/player.js
View file @
17f6424
...
...
@@ -26,8 +26,8 @@ $(function(){
26
26
var title = getQuery('title');
27
27
$('.m-title').html(title);
28
28
29
- alert(title)
30
-
29
+ alert('title')
30
+
31
31
console.log(_role)
32
32
33
33
CodingEditer.isRecordPage = 0;
...
...