Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
ccb-lantern
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
86f8afe9
authored
Feb 05, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
083ffa47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Application/Home/View/default/layout.tpl
+1
-1
Public/static/js/common.js
+1
-1
No files found.
Application/Home/View/default/layout.tpl
View file @
86f8afe9
...
...
@@ -70,7 +70,7 @@
language
:
(
navigator
.
browserLanguage
||
navigator
.
language
).
toLowerCase
()
}
</script>
<title>
{:block name='title'}
2020新年Flag
{:/block}
</title>
<title>
{:block name='title'}
元宵佳节 祈福平安
{:/block}
</title>
{:if $projectId
&&
strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://projectx.dev.izhida.cn/api/css/rem/{:$rem}/id/{:$projectId}"
media=
"all"
/>
...
...
Public/static/js/common.js
View file @
86f8afe9
...
...
@@ -883,7 +883,7 @@ function addFlag(e) {
let
text
=
$
(
this
).
find
(
'.flag-text'
).
text
();
if
(
flagStack
.
indexOf
(
text
)
!=
-
1
)
{
$
(
'#notification_area'
).
remove
();
my_notify
(
'这个
Flag已经立
过啦!'
);
my_notify
(
'这个
心愿已经许
过啦!'
);
return
false
;
}
if
(
firstChooseFlag
)
{
...
...
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