summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/global.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/global.js b/js/global.js
index 651d10241..04bc3fedf 100644
--- a/js/global.js
+++ b/js/global.js
@@ -19,6 +19,7 @@
var BUGZILLA = $('head').data('bugzilla');
$(function () {
+ $('body').addClass("platform-" + navigator.platform);
$('.show_mini_login_form').on("click", function (event) {
return show_mini_login_form($(this).data('qs-suffix'));
});
@@ -190,4 +191,4 @@ $().ready(function() {
$(window).on('pageshow', function(event) {
$('.bz_autocomplete').attr('autocomplete', 'off');
});
-}); \ No newline at end of file
+});