frontendeditor 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5446052de1900294655723753c99e6ece09468e
4
- data.tar.gz: c5f81ef54d549d7c4eb8d67b9bf00e0c428700e6
3
+ metadata.gz: 3e6b0ef82ae68b61401c8cae9021b8533ffc9d3e
4
+ data.tar.gz: d1d311cdb24b99d72cdf7220919e419614b17ca1
5
5
  SHA512:
6
- metadata.gz: 300b1c21b7cfb4c6e71090c9b461dfc2cfade9892c0ad9ead91752487e313f9f2dd6f1fafb95c565d46e08e0038abd80d6ff70443e692b192218461b0b8ab39d
7
- data.tar.gz: 8d754ae6054629f095ce75a7d215baf37f3b3bdbae73089534aa9e62a56eb6e2ea3187d10eec9bc308ee8ca229497a6db90159492b03fd029b7689358e58c268
6
+ metadata.gz: 329292c35868287944b185553777e7c190c63f46064980955bd374655d5ec22d0dc6e69b1a8737da1cb5ef3dfd183762b56110f5bb74a853eb3fb821a6c4d5a4
7
+ data.tar.gz: a78ba0a9e8442b96e4f47b91d5635195b753d2e80803ac2e60941130be7f411b77d0a19da873570a09f44dadbb424cb98d6f0857ee3c00b15c47efb448ac40cc
@@ -1,3 +1,3 @@
1
1
  module Frontendeditor
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -18,7 +18,7 @@
18
18
  values = {
19
19
  id: this.el().data('id')
20
20
  };
21
- values[this.el().data('attribute')] = this.el().find('textarea').html();
21
+ values[this.el().data('attribute')] = this.el().find('textarea').val();
22
22
  attributes = {
23
23
  values: values,
24
24
  prefix: this.el().data('prefix'),
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frontendeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - gcorbel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-03 00:00:00.000000000 Z
11
+ date: 2014-05-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This is an editor for any rails application
14
14
  email: