itsf_backend 1.2.6 → 1.2.7

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: 732c6b5724cc4752b76fba7505df72f3fa288eac
4
- data.tar.gz: b31fa26c9fe1f5f5f7d9c7aae54c93178ac7de24
3
+ metadata.gz: 55d10813ad1b53f513815b7a426f5914b124eb85
4
+ data.tar.gz: 739a14527ba9ecd7abfbaa71456f12111fd2f13c
5
5
  SHA512:
6
- metadata.gz: 6561f1c059e9bf45a6908fead460b5e59afba48e6a948b63d7a11d399b2e53a55ab0f1d853909eaec041d7a5faecad239ead664ea293632193b0551d50807a58
7
- data.tar.gz: 458b5c6b3002f4b455c1bc219b0fe0304f8eed5f1554809c68397b3ebf50380eec0ac5de580b5d04bf9b5856701b734bdf28e7d45fd0f3ceafabb4671ecc5938
6
+ metadata.gz: ded4fc2bf2e02300042343d3da2bfd38c5abe81b05663c3218cf0ecd6ac6a26aa18e8b06f406d65b17d8d753169464336a6161d61e8bfd5a7d4166dd3ebc79e8
7
+ data.tar.gz: 10f5e93dad036b5fe7d29681d336c32bb882d3863d6bef2b93ad3fff3c8bffa887894d870e7d97966b2f0fbe15dfdcfd66bd922a1b267db1ad6018699f59e12c
@@ -1,5 +1,5 @@
1
1
  $ ->
2
- $('textarea[data-add-editor]').each ->
2
+ $("textarea[data-add-editor='true']").each ->
3
3
  textarea = @
4
4
 
5
5
  # Create css id based on the text area id
@@ -25,7 +25,7 @@ $ ->
25
25
  )
26
26
 
27
27
  $ ->
28
- $('pre[data-add-editor]').each ->
28
+ $("pre[data-add-editor='true']").each ->
29
29
  container = @
30
30
 
31
31
  # Create css id based on the container id
@@ -3,4 +3,8 @@ pre[data-add-editor="true"], textarea[data-add-editor="true"] {}
3
3
  .editor {
4
4
  width: 100%;
5
5
  min-height: 600px;
6
- }
6
+ }
7
+
8
+ textarea[data-add-editor="false"] {
9
+ min-height: 50em;
10
+ }
@@ -1,5 +1,5 @@
1
1
  module Itsf
2
2
  module Backend
3
- VERSION = '1.2.6'
3
+ VERSION = '1.2.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itsf_backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-20 00:00:00.000000000 Z
11
+ date: 2016-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails