From b6b0562fd4496ce9e67e217194ca7084fa2c2301 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 4 Apr 2014 14:47:21 -0400 Subject: [PATCH] Fixes #744. Also adds android 3 support --- Gruntfile.js | 2 +- server/documents/modules/dimmer.html.eco | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9bb26cd3f..2b68bce63 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -224,7 +224,7 @@ module.exports = function(grunt) { 'safari 6', 'ie 9', 'bb 10', - 'android 4' + 'android 3' ] }, prefixBuild: { diff --git a/server/documents/modules/dimmer.html.eco b/server/documents/modules/dimmer.html.eco index 117202546..586a4d3d3 100755 --- a/server/documents/modules/dimmer.html.eco +++ b/server/documents/modules/dimmer.html.eco @@ -198,7 +198,7 @@ type : 'UI Module'

You can display a dimmer by either invoking .dimmer('show') on a section or a dimmer itself. If you choose to dim a dimmable section, a dimmer will automatically be created.

// these two are the same - $('.ui.dimmable) + $('.ui.dimmable') .dimmer('show') ; $('.ui.dimmable .dimmer')