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