diff --git a/www/pgm2/f18.js b/www/pgm2/f18.js
index f165d952b..c7d9f181a 100644
--- a/www/pgm2/f18.js
+++ b/www/pgm2/f18.js
@@ -34,8 +34,10 @@ $(document).ready(function(){
''+
'');
if('ontouchstart' in window) $("body").addClass('touch');
- if(f18_small)
+ if(f18_small) {
$("body").addClass('small');
+ f18_attr["Pinned.menu"] = false;
+ }
f18_aCol = getComputedStyle($("a").get(0),null).getPropertyValue('color');