simple_form_extension 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9ed7a20a6896f059604491974a53e303a86c76a
4
- data.tar.gz: 348fd0e432cca498201bbaa8e7173bc72915c337
3
+ metadata.gz: 315febdbf283e9f1ad371508f160219dde38ac51
4
+ data.tar.gz: 3c6d7367239187835e8a959b450d2cd540d7a110
5
5
  SHA512:
6
- metadata.gz: 58eb6c567ed00b012d833d116100fddd57547bfb94a6232d2c73353f39b752280b1676fa1d1ba77e8b29ea6f956351db6e76f47831c1d885a8cb95be645bd023
7
- data.tar.gz: ea95c4b677f723bb8144adfd7473639cdf8131e3bf7302eaada2406134df95afc36f2c9958a960455191ebbacc425aa964b62ff766a394bc7bdf794bf306922f
6
+ metadata.gz: 3c2b33e96e03091cacd6fec59030d1889318b6f5fc8acefb4e2fb480454b894a195ebf9b487266454a069851c57e0d57fc57da3d59adea42bfbbbfad82a78f08
7
+ data.tar.gz: 9bb519ca047b4075053ccc7ed04a9af00684fcb742c28068ef28815130beeed4d8e2b9672517d76a655dce5f7fdbb7e8a8bf408df7e5df8eddf48d72d30890d4
@@ -1,3 +1,3 @@
1
1
  module SimpleFormExtension
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.2"
3
3
  end
@@ -7,8 +7,6 @@ class Redactor
7
7
  params = @params()
8
8
  config = $.extend({}, @DEFAULT_OPTIONS, @$el.data('redactor-config'))
9
9
 
10
- console.log('REDACTOR CONFIG : ', config, ' //// ', @DEFAULT_OPTIONS)
11
-
12
10
  @$el.redactor
13
11
  buttons: ['html', 'formatting', 'bold', 'italic', 'underline', 'deleted',
14
12
  'unorderedlist', 'orderedlist', 'outdent', 'indent',
@@ -37,5 +37,4 @@ $(document).ready ->
37
37
  # and rails 5 turbolinks events
38
38
  #
39
39
  $(document).on 'page:change turbolinks:load', ->
40
- console.log 'turbolinks:load'
41
40
  $('body').simpleForm()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_form_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glyph-fr