rbbt-rest 1.6.24 → 1.6.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/share/views/compass/app.sass +4 -1
- data/share/views/public/js/defer.js +3 -1
- 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: e95ce8bd0f73e97eeb16953e3a361ba20dd23848
|
|
4
|
+
data.tar.gz: 647e14e30f30207d388fa86e4a9e645a05397b7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6a84a72d4f2ef807d928c535a14b10e6124ca83fe080e87f8385a9de0fa32e3b484aa3e8521f157c55f585e8922546543dee8755479e31316dd5ae6434a9879
|
|
7
|
+
data.tar.gz: cf849c8c81969ac33dd7e4a1f59a13fd5705c1e9ec7d644c019b7721328b4b5390c1db74da7884ce6cbcf70fc7ac5e559d7a0e31aa2f272ecf11686309dc4037
|
|
@@ -395,7 +395,7 @@ body
|
|
|
395
395
|
|
|
396
396
|
#top_menu
|
|
397
397
|
& > .favourite
|
|
398
|
-
width:
|
|
398
|
+
width: 70%
|
|
399
399
|
& > .dropdown
|
|
400
400
|
display: inline-block !important
|
|
401
401
|
min-width: 10em
|
|
@@ -406,3 +406,6 @@ body
|
|
|
406
406
|
height: 100%
|
|
407
407
|
&:before
|
|
408
408
|
background: none
|
|
409
|
+
|
|
410
|
+
.list_comparison > li > a
|
|
411
|
+
margin-left: 1em
|
|
@@ -13,7 +13,8 @@ function defer(deps, func){
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
function start_deferred(){
|
|
16
|
-
|
|
16
|
+
var tmp = $.unique(deferred_execution);
|
|
17
|
+
$(tmp).each(function(pos,func){
|
|
17
18
|
if (typeof(func) == 'object'){
|
|
18
19
|
require_js(func[0], func[1]);
|
|
19
20
|
}else{
|
|
@@ -21,6 +22,7 @@ function start_deferred(){
|
|
|
21
22
|
}
|
|
22
23
|
})
|
|
23
24
|
deferred_execution = [];
|
|
25
|
+
return(false)
|
|
24
26
|
}
|
|
25
27
|
|
|
26
28
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbbt-rest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Miguel Vazquez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|