From 875a2df5215b0e7e482ea3c68184765d81627845 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 19 Jan 2014 13:42:41 +0100 Subject: [PATCH] document mobile-style.js ( vichan-devel/Tinyboard#26 ) --- js/mobile-style.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/js/mobile-style.js b/js/mobile-style.js index 89e01b73..e35dc402 100644 --- a/js/mobile-style.js +++ b/js/mobile-style.js @@ -1,3 +1,16 @@ +/* + * mobile-style.js - adds some responsiveness to Tinyboard + * https://github.com/vichan-devel/Tinyboard/blob/master/js/mobile-style.js + * + * Released under the MIT license + * Copyright (c) 2014 Marcin Ɓabanowski + * + * Usage: + * $config['api']['enabled'] = true; + * $config['additional_javascript'][] = 'js/jquery.min.js'; + * $config['additional_javascript'][] = 'js/mobile-style.js'; + */ + if(navigator.userAgent.match(/iPhone|iPod|iPad|Android|Opera Mini|Blackberry|PlayBook|Windows Phone|Tablet PC|Windows CE|IEMobile/i)) { $('html').addClass("mobile-style"); device_type = "mobile";