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() {