summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo <mokha@cisco.com>2017-04-27 20:56:22 -0600
committermo <mokha@cisco.com>2017-04-27 20:56:22 -0600
commita1f11f36c677cd8be13366de5b56041c4badc30d (patch)
treecba33fa4eb69fc0695e8cd22d3bcf176c6ada337
parenta55c4a6ca2c515067d72f1aee028478fdd9c5ca1 (diff)
remove uservoice.
-rw-r--r--app/views/layouts/_uservoice_feedback.html.erb8
-rw-r--r--app/views/layouts/application.html.erb1
2 files changed, 0 insertions, 9 deletions
diff --git a/app/views/layouts/_uservoice_feedback.html.erb b/app/views/layouts/_uservoice_feedback.html.erb
deleted file mode 100644
index e4e4ee06..00000000
--- a/app/views/layouts/_uservoice_feedback.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<script type="text/javascript">
- var uvOptions = {};
- (function() {
- var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true;
- uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'widget.uservoice.com/G1F8RbK3SDOgx7n6yET6bw.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv, s);
- })();
-</script> \ No newline at end of file
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index e8be953f..3573ba6c 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -34,7 +34,6 @@
<%= yield %>
</div> <!-- /container -->
<%= render "layouts/footer" %>
-<%# render "layouts/uservoice_feedback"%>
<%# render "layouts/disqus_comments_count" %>
<%= render "layouts/google_analytics" %>
</body>