publish_my_data 1.3.2 → 1.3.3

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.
@@ -75,6 +75,9 @@
75
75
  // 1. the label
76
76
  ////////////////////
77
77
  var field = $('<div class="field"></div>');
78
+
79
+ console.log(lockedDimensionsSelector);
80
+
78
81
  $(lockedDimensionsSelector).append(field);
79
82
 
80
83
  // 1. the label for this dimension
@@ -94,6 +97,7 @@
94
97
  valuesDropdown.disable(); // create as disbaled
95
98
 
96
99
  // add it to our collection
100
+ console.log(valuesDropdown);
97
101
  lockedDimensionValuesDropdowns.push(valuesDropdown);
98
102
 
99
103
  // use the special locked dimension wirer-upper for the locked dims.
@@ -164,7 +164,7 @@
164
164
  });
165
165
 
166
166
  var gridInitializedHandler = function (e, args) {
167
- cubeDimensionsControls = new Swirrl.CubeDimensionsControls(cubeGrid, "#dimensions_controls");
167
+ cubeDimensionsControls = new Swirrl.CubeDimensionsControls(cubeGrid, ".dimensions_controls");
168
168
  wireUpCubeDimensionsEvents();
169
169
  cubeDimensionsControls.init();
170
170
  cubeGrid.onGridInitialized.unsubscribe(gridInitializedHandler);// only do 1st time round.
@@ -1,3 +1,3 @@
1
1
  module PublishMyData
2
- VERSION = "1.3.2"
2
+ VERSION = "1.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publish_my_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -16,7 +16,7 @@ authors:
16
16
  autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
- date: 2014-03-03 00:00:00.000000000 Z
19
+ date: 2014-03-05 00:00:00.000000000 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails
@@ -495,7 +495,6 @@ files:
495
495
  - spec/dummy/config/locales/en.yml
496
496
  - spec/dummy/config/routes.rb
497
497
  - spec/dummy/config.ru
498
- - spec/dummy/log/development.log
499
498
  - spec/dummy/log/test.log
500
499
  - spec/dummy/public/404.html
501
500
  - spec/dummy/public/422.html
@@ -545,7 +544,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
545
544
  version: '0'
546
545
  segments:
547
546
  - 0
548
- hash: 3057884982228933304
547
+ hash: 189099090149331383
549
548
  required_rubygems_version: !ruby/object:Gem::Requirement
550
549
  none: false
551
550
  requirements:
@@ -584,7 +583,6 @@ test_files:
584
583
  - spec/dummy/config/locales/en.yml
585
584
  - spec/dummy/config/routes.rb
586
585
  - spec/dummy/config.ru
587
- - spec/dummy/log/development.log
588
586
  - spec/dummy/log/test.log
589
587
  - spec/dummy/public/404.html
590
588
  - spec/dummy/public/422.html
File without changes