Revert "add studio survey button to header." 40k responses is probably enough. am: 4d6e15df03
am: fa46661aa7
am: 3ff492deee
am: 20324e21f9
* commit '20324e21f9752fcae8775f1a65dc24ffffe592e7':
Revert "add studio survey button to header." 40k responses is probably enough.
Change-Id: I22deb175299dd6614dc72c6daaa5baf2fab9342a
This commit is contained in:
commit
3ce1a3ba57
2 changed files with 1 additions and 23 deletions
|
@ -21,8 +21,6 @@ $.ajaxSetup({
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
showStudioSurveyButton();
|
|
||||||
|
|
||||||
// show lang dialog if the URL includes /intl/
|
// show lang dialog if the URL includes /intl/
|
||||||
//if (location.pathname.substring(0,6) == "/intl/") {
|
//if (location.pathname.substring(0,6) == "/intl/") {
|
||||||
// var lang = location.pathname.split('/')[2];
|
// var lang = location.pathname.split('/')[2];
|
||||||
|
@ -5377,17 +5375,3 @@ function showSamples() {
|
||||||
$(document)
|
$(document)
|
||||||
.on('click.toggle', '[data-toggle="section"]', Toggle.prototype.toggle);
|
.on('click.toggle', '[data-toggle="section"]', Toggle.prototype.toggle);
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
|
|
||||||
var STUDIO_SURVEY_CLICKED = 'studio-survey-20160429-clicked';
|
|
||||||
|
|
||||||
function onClickStudioSurvey() {
|
|
||||||
localStorage.setItem(STUDIO_SURVEY_CLICKED, 'true');
|
|
||||||
$("#studio-survey-button").fadeOut();
|
|
||||||
}
|
|
||||||
|
|
||||||
function showStudioSurveyButton() {
|
|
||||||
if (localStorage.getItem(STUDIO_SURVEY_CLICKED) == null) {
|
|
||||||
$("#studio-survey-button").show();
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -86,13 +86,7 @@
|
||||||
<span class="dac-sprite dac-google-play"></span>
|
<span class="dac-sprite dac-google-play"></span>
|
||||||
<span class="dac-visible-desktop-inline">Developer</span>
|
<span class="dac-visible-desktop-inline">Developer</span>
|
||||||
Console
|
Console
|
||||||
</a>
|
</a><?cs /if ?>
|
||||||
<a class="dac-header-console-btn" id="studio-survey-button"
|
|
||||||
href="http://goo.gl/forms/dOQUuzwBsX"
|
|
||||||
onclick="onClickStudioSurvey()"
|
|
||||||
target="_blank" style="background:#FFE0B2;display:none"
|
|
||||||
>Take a 1 min survey</a>
|
|
||||||
<?cs /if ?>
|
|
||||||
|
|
||||||
</div><!-- end header-wrap.wrap -->
|
</div><!-- end header-wrap.wrap -->
|
||||||
</div><!-- end header -->
|
</div><!-- end header -->
|
||||||
|
|
Loading…
Reference in a new issue