Commit 86f8afe9 by doszhang

dos

parent 083ffa47
......@@ -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" />
......
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment