Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
goodsshare_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
goodmorning
goodsshare
goodsshare_www_encrypt
Commits
fd0e7986
Commit
fd0e7986
authored
Jan 20, 2022
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
ac3a9afe
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
modules/ptyboard/ptyboard.item.common.model.php
modules/ptyboard/ptyboard.item.common.model.php
+0
-0
modules/ptyboard/ptyboard.items.edit.admin.view.html
modules/ptyboard/ptyboard.items.edit.admin.view.html
+1
-1
modules/ptyshorturl/ptyshorturl.plugin.admin.controller.php
modules/ptyshorturl/ptyshorturl.plugin.admin.controller.php
+0
-0
No files found.
modules/ptyboard/ptyboard.item.common.model.php
View file @
fd0e7986
No preview for this file type
modules/ptyboard/ptyboard.items.edit.admin.view.html
View file @
fd0e7986
...
...
@@ -280,7 +280,7 @@ namespace platyFramework;
$
(
"
.btnRemoveComment
"
).
click
(
function
()
{
itemId
=
$
(
this
).
attr
(
"
itemId
"
);
if
(
confirm
(
"
댓글을 숨기시겠습니까?
"
))
{
ptyPost
(
"
<?=$this->request->appUrl?>/
pty
board/item/setDisable/
"
,
{
id
:
itemId
,
returnCode
:
"
json
"
},
function
(
result
)
{
ptyPost
(
"
<?=$this->request->appUrl?>/board/item/setDisable/
"
,
{
id
:
itemId
,
returnCode
:
"
json
"
},
function
(
result
)
{
if
(
result
==
true
)
{
window
.
location
.
reload
();
}
...
...
modules/ptyshorturl/ptyshorturl.plugin.admin.controller.php
View file @
fd0e7986
No preview for this file type
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