From 346d29c1cd40fcc0aa431da51ad8c7ada0881c00 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 23 Sep 2014 23:31:54 -0400 Subject: [PATCH] Fixes progress example init --- server/documents/elements/progress.html.eco | 2 +- server/files/javascript/progress.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/documents/elements/progress.html.eco b/server/documents/elements/progress.html.eco index 947f6e588..4c32a2e24 100755 --- a/server/documents/elements/progress.html.eco +++ b/server/documents/elements/progress.html.eco @@ -18,7 +18,7 @@ themes : ['Default', 'Striped']
-
+

Types

diff --git a/server/files/javascript/progress.js b/server/files/javascript/progress.js index 36c280ef6..ba2af74e9 100755 --- a/server/files/javascript/progress.js +++ b/server/files/javascript/progress.js @@ -4,8 +4,8 @@ semantic.progress = {}; semantic.progress.ready = function() { var - $progress = $('.ui.progress').not('.success, .error, .warning'), - $stateProgress = $('.ui.success.progress, .ui.warning.progress, .ui.error.progress') + $progress = $('.definition .ui.progress').not('.success, .error, .warning'), + $stateProgress = $('.definition .ui.success.progress, .ui.warning.progress, .ui.error.progress') ; setTimeout(function() {