Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-09-30 14:50:16 +0800
Commit
f266f3dee6540a58503646d185d44ca6ae7923df
1 parent
6caeeb50
code checked tester
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
static/js/index.js
static/js/index.js
0 → 100644
View file @
f266f3d
1
+
alert
(
'I am test'
);
2
+
3
+
var
a
;
4
+
//abc
5
+
console
.
log
(
a
);
Please
register
or
login
to post a comment