radiant-dumb_user_interface-extension 1.0.0 → 1.0.1

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.
@@ -1,3 +1,3 @@
1
1
  module RadiantDumbUserInterfaceExtension
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -1,6 +1,6 @@
1
1
  document.observe("dom:loaded", function() {
2
- $$("div.part p select").select(function(el) { return /filter_id/.test(el.name) }).invoke("hide")
3
- $$("div.part p label").select(function(el) { return /filter_id/.test(el.readAttribute("for")) }).invoke("hide")
2
+ // $$("div.part p select").select(function(el) { return /filter_id/.test(el.name) }).invoke("hide")
3
+ // $$("div.part p label").select(function(el) { return /filter_id/.test(el.readAttribute("for")) }).invoke("hide")
4
4
 
5
5
  $$("div.part .reference_links").invoke("hide")
6
6
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-dumb_user_interface-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benny Degezelle
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-31 00:00:00 +02:00
18
+ date: 2011-06-12 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -42,7 +42,7 @@ has_rdoc: true
42
42
  homepage: http://github.com/jomz/radiant-dumb_user_interface-extension
43
43
  licenses: []
44
44
 
45
- post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-dumb_user_interface-extension', :version => '1.0.0'\n "
45
+ post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-dumb_user_interface-extension', :version => '1.0.1'\n "
46
46
  rdoc_options: []
47
47
 
48
48
  require_paths: