ex_cite 1.2.6 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ <%= javascript_include_tag "application" %>
1
2
  <%= javascript_tag do %>
2
3
  jQuery(document).ready(function($) {
3
4
  submit_external_form();
@@ -1,3 +1,3 @@
1
1
  module ExCite
2
- VERSION = "1.2.6"
2
+ VERSION = "1.2.7"
3
3
  end