chore(feedback): fixing feedback script
This commit is contained in:
parent
9c79be52c0
commit
fad02f7405
public
@ -53,7 +53,7 @@ script.
|
|||||||
var submitFeedback = function() {
|
var submitFeedback = function() {
|
||||||
var dropdown = document.getElementById("feedback-dropdown");
|
var dropdown = document.getElementById("feedback-dropdown");
|
||||||
var configuration = {
|
var configuration = {
|
||||||
'productId': 'Angular',
|
'productId': '410509',
|
||||||
'authuser': '1',
|
'authuser': '1',
|
||||||
'bucket': dropdown.options[dropdown.selectedIndex].value
|
'bucket': dropdown.options[dropdown.selectedIndex].value
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@ div(flex)
|
|||||||
p.
|
p.
|
||||||
What's your question about?
|
What's your question about?
|
||||||
select#feedback-dropdown(name="Angular Version")
|
select#feedback-dropdown(name="Angular Version")
|
||||||
option(value="Angular2") Angular2
|
option(value="angular2") Angular 2
|
||||||
option(value="AngularJS") AngularJS
|
option(value="angularJS") AngularJS
|
||||||
button#feedback-btn.
|
button#feedback-btn.
|
||||||
Submit
|
Submit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user