Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d1d96f94
authored
3 years ago
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xx
parent
cb69eac1
master
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
app/tip.html
app/tip.html
View file @
d1d96f94
...
...
@@ -52,12 +52,12 @@
<div
class=
"main"
>
<p></p>
</div>
<script
type=
"text/javascript"
src=
"https://app.ixiulive.com/static/js/jquery-3.1.1.min.js"
></script>
<script
type=
"text/javascript"
>
var
$p
=
document
.
getElementsByTagName
(
'p'
)[
0
];
if
(
url_get_params
().
lang
==
2
||
url_get_params
().
lang
==
0
){
$
(
'.main p'
).
html
(
'由於您當前版本過低,剛錯過了用戶的禮物,請升級到最新版本。'
)
$
p
.
innerHTML
=
'由於您當前版本過低,剛錯過了用戶的禮物,請升級到最新版本。'
;
}
else
{
$
(
'.main p'
).
html
(
'You just missed gifts from users because of low version, please update the application to the latest version.'
)
$
p
.
innerHTML
=
'You just missed gifts from users because of low version, please update the application to the latest version.'
;
}
function
url_get_params
()
{
var
url
=
location
.
href
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment