event_calendar_engine 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -1,6 +1,6 @@
1
1
  <p><strong>Materials/Resources</strong></p>
2
2
  <div id="links" class="links">
3
3
  <%= render @event.links.all %>
4
- <p class="new"><%= link_to 'New Link', new_event_link_path(@event) %></p>
4
+ <p class="new"><%= link_to 'New Link', new_event_link_path(@event), :class => 'fake_button' %></p>
5
5
  <%= render :partial => 'links/form' %>
6
6
  </div>
@@ -18,7 +18,7 @@ jQuery(function($) {
18
18
  $('div.links').attach(QuickZoom);
19
19
  $('div.event').attach(QuickZoom);
20
20
  $('ul.events').attach(QuickZoom);
21
- $('div.links').attach(DynamicForm, {
21
+ $('div.links').attach(ecDynamicForm, {
22
22
  formElement: $('#link_dynamic_form')
23
23
  });
24
24
  });
@@ -130,7 +130,7 @@ ShowHideLink = $.klass({
130
130
  }
131
131
  });
132
132
 
133
- DynamicForm = $.klass({
133
+ ecDynamicForm = $.klass({
134
134
  initialize: function(options) {
135
135
  this.formElement = options.formElement;
136
136
  this.resourceType = this.formElement.attr('id').replace('_dynamic_form', '');
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: event_calendar_engine
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason LaPier