Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WordPress_SexHackMe_Plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SexHackMe
WordPress_SexHackMe_Plugin
Commits
4ee2012f
Commit
4ee2012f
authored
Oct 28, 2024
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed premium_is_ppv post var
parent
17835bb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
new_video.php
templates/new_video.php
+1
-0
No files found.
templates/new_video.php
View file @
4ee2012f
...
...
@@ -395,6 +395,7 @@ jQuery(function($) {
formdata
.
append
(
'video_type'
,
$
(
'input[name="video_type"]:checked'
).
val
());
formdata
.
append
(
'video_vr_projection'
,
$
(
'#video_vr_projection'
).
find
(
":selected"
).
val
());
formdata
.
append
(
'video_price'
,
$
(
'input[name="video_price"]'
).
val
());
formdata
.
append
(
'premium_is_ppv'
,
$
(
'input[name="premium_is_ppv"]:checked'
).
val
());
formdata
.
append
(
'public_isdownload'
,
$
(
'input[name="video_isdownload_public"]:checked'
).
val
());
formdata
.
append
(
'members_isdownload'
,
$
(
'input[name="video_isdownload_members"]:checked'
).
val
());
formdata
.
append
(
'premium_isdownload'
,
$
(
'input[name="video_isdownload_premium"]:checked'
).
val
());
...
...
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