OfficeDev / office-js-docs

[ARCHIVED] Microsoft Office Add-ins API Reference Documentation
https://docs.microsoft.com/javascript/api/overview/office
398 stars 247 forks source link

"Was this page helpful" bar is broken on https://dev.office.com/reference/add-ins/shared/office.context.auth.getAccessTokenAsync #1493

Closed xstos closed 6 years ago

xstos commented 6 years ago

"Was this page helpful" bar is broken on https://dev.office.com/reference/add-ins/shared/office.context.auth.getAccessTokenAsync

Article URL

https://dev.office.com/reference/add-ins/shared/office.context.auth.getAccessTokenAsync

Issue

The "Was this page helpful" bar doesn't work. Clicking either of the two buttons throws an error in the browser's error console. Tested in latest Chrome and IE 11.

rating.min.js?v={3/string}:1 Uncaught ReferenceError: ga is not defined at HTMLButtonElement. (rating.min.js?v={3/string}:1) at HTMLButtonElement.dispatch (jquery-1.11.1.min.js:3) at HTMLButtonElement.r.handle (jquery-1.11.1.min.js:3)

Rick-Kirkham commented 6 years ago

I can reproduce. Seems to be happening on all pages in dev.office.com.

Rick-Kirkham commented 6 years ago

@xstos We are transitioning to a new system for publishing reference content. This error is a side effect of that process. When the process is complete, the error should be gone.