semantic-ui-sass 0.9.1.0 → 0.9.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/app/assets/javascripts/semantic-ui/popup.js +4 -0
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -1
- data/lib/semantic/ui/sass/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79ebf2c4a73936fa2a2be8a540fa71754ae25cea
|
4
|
+
data.tar.gz: 6106367f78bc7fa3b78c21f9af108d774a6c6f52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18e46e6317b497abbb73be3f25d35406cb3439e57cdf6d31ddd7c288382fdb245020020aee7c0872ce7023fce4d8699ee489c93074ec9eaba8c31d5fa436d94d
|
7
|
+
data.tar.gz: 89b476f9d7806cedc5005c04e92e08d87634ded6d9e2befb62d888a77d98fb1f43ab5824046174e84840dd595fcc2551c9890b665b0e3f599804fa7b30e569dd
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -492,6 +492,7 @@ $.fn.popup = function(parameters) {
|
|
492
492
|
.css(positioning)
|
493
493
|
.removeClass(className.position)
|
494
494
|
.addClass(position)
|
495
|
+
.addClass(className.loading)
|
495
496
|
;
|
496
497
|
// check if is offstage
|
497
498
|
offstagePosition = module.get.offstagePosition();
|
@@ -508,6 +509,7 @@ $.fn.popup = function(parameters) {
|
|
508
509
|
else {
|
509
510
|
module.error(error.recursion);
|
510
511
|
searchDepth = 0;
|
512
|
+
module.reset();
|
511
513
|
return false;
|
512
514
|
}
|
513
515
|
}
|
@@ -516,6 +518,8 @@ $.fn.popup = function(parameters) {
|
|
516
518
|
searchDepth = 0;
|
517
519
|
return true;
|
518
520
|
}
|
521
|
+
|
522
|
+
$module.removeClass(className.loading);
|
519
523
|
}
|
520
524
|
|
521
525
|
},
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: semantic-ui-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- doabit
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|