Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
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
edx
edx-platform
Commits
a0abfe17
Commit
a0abfe17
authored
Jan 06, 2012
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Feedback text a bit better. Window clears when submitted
parent
4c7da227
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
main.html
+4
-3
No files found.
main.html
View file @
a0abfe17
...
...
@@ -51,7 +51,7 @@ ${self.body()}
</div>
<div
style=
"display:none"
><div
id=
"feedback_div"
>
Found a bug? Got an
idea for improving our system?
Please give us your feedback
.
idea for improving our system?
Let us know
.
<br>
Subject:
<br><input
id=
"feedback_subject"
size=
40
>
<br>
Feedback:
<br><textarea
id=
"feedback_message"
cols=
"40"
rows=
"5"
>
</textarea>
...
...
@@ -63,8 +63,9 @@ idea for improving our system? Please give us your feedback.
"url"
:
document
.
URL
,
"message"
:
$
(
"#feedback_message"
).
attr
(
"value"
)},
function
(
data
){
$
(
"#feedback_subject"
).
attr
(
"value"
,
""
)
$
(
"#feedback_message"
).
attr
(
"value"
,
""
)
$
(
"#feedback_subject"
).
attr
(
"value"
,
""
);
$
(
"#feedback_message"
).
attr
(
"value"
,
""
);
$
(
"#feedback_div"
).
html
(
"Feedback submitted. Thank you"
);
});
});
});
</script>
...
...
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