Skip to content

Commit f2df4ad

Browse files
committed
close adobe#15
1 parent ac95273 commit f2df4ad

File tree

3 files changed

+125
-105
lines changed

3 files changed

+125
-105
lines changed

js/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ this.GitHubCtrl = function($scope, $sce, $filter, DatasAdobe, DatasAdobeOffline,
232232

233233
if ($scope.mobile) {
234234
$(window).off("scroll", scrollUpdate);
235+
$('.header_inline').addClass('mobile');
235236
} else {
236237
$(window).on("scroll", scrollUpdate);
237238
}

0 commit comments

Comments
 (0)