beautiful_scaffold 0.3.0.rc2 → 0.3.0.rc3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.3.0.rc3
2
+
3
+ * Bugfix
4
+ * Avoid normal behavior for link and button for chardinjs
5
+
1
6
  == 0.3.0.rc2
2
7
 
3
8
  * enhancement
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "beautiful_scaffold"
6
- s.version = "0.3.0.rc2"
6
+ s.version = "0.3.0.rc3"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.summary = "Beautiful Scaffold generate fully customizable scaffold"
9
9
  s.email = "claudel.sylvain@gmail.com"
@@ -151,6 +151,7 @@ function bs_init(){
151
151
  $(".bs-chardinjs").on("click", function(){
152
152
  var selector = $(this).attr("data-selector");
153
153
  $(selector).chardinJs('toggle');
154
+ return false;
154
155
  });
155
156
 
156
157
  // Mass inserting set focus
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beautiful_scaffold
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.rc2
4
+ version: 0.3.0.rc3
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: