Moved feedback script to _scripts-include.jade
This commit is contained in:
parent
014404239d
commit
0ddf63957c
@ -50,4 +50,3 @@ if current.path[0] == "docs"
|
|||||||
|
|
||||||
<!-- Google Feedback -->
|
<!-- Google Feedback -->
|
||||||
script(src="//www.gstatic.com/feedback/api.js" type="text/javascript")
|
script(src="//www.gstatic.com/feedback/api.js" type="text/javascript")
|
||||||
|
|
||||||
|
@ -1,24 +1,8 @@
|
|||||||
div(flex)
|
div(flex)
|
||||||
p.
|
p.
|
||||||
What's your question about?
|
What's your question about?
|
||||||
select#dropdown(name="Angular Version" class="dropdown")
|
select#feedback-dropdown(name="Angular Version")
|
||||||
option(value="Angular2") Angular2
|
option(value="Angular2") Angular2
|
||||||
option(value="AngularJS") AngularJS
|
option(value="AngularJS") AngularJS
|
||||||
button#btn(class="btn").
|
button#feedback-btn.
|
||||||
Submit
|
Submit
|
||||||
|
|
||||||
script(src="//www.gstatic.com/feedback/api.js" type="text/javascript")
|
|
||||||
|
|
||||||
script.
|
|
||||||
var btn = document.getElementById("btn");
|
|
||||||
var submitFeedback = function() {
|
|
||||||
var dropdown = document.getElementById("dropdown");
|
|
||||||
var configuration = {
|
|
||||||
'productId': 'Angular',
|
|
||||||
'authuser': '1',
|
|
||||||
'bucket': dropdown.options[dropdown.selectedIndex].value
|
|
||||||
}
|
|
||||||
userfeedback.api.startFeedback(configuration);
|
|
||||||
}
|
|
||||||
btn.addEventListener("click", submitFeedback);
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user