spud_cms 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@
10
10
 
11
11
  $(document).ready(function() {
12
12
  // initWysiwym();
13
- initTinyMCE();
13
+ spud.admin.editor.init();
14
14
  $("#spud_page_layout").bind('change', function() {
15
15
  var $this = $(this);
16
16
  $.get($this.attr("data-source"), { template: $this.val() }, function(data) {
@@ -20,7 +20,7 @@ $(document).ready(function() {
20
20
  $('textarea.tinymce').each(function() {$(this).tinymce().execCommand('mceRemoveControl',false,this.id)});
21
21
  $("#page_partials_form").replaceWith(data)
22
22
  initFormTabs();
23
- initTinyMCE();
23
+ spud.admin.editor.init();
24
24
 
25
25
  }, 'text').error(function(jqXHR) {
26
26
  $('<p> Error: ' + jqXHR.responseText + '</p>').dialog();
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Cms
3
- VERSION = "0.9.0"
3
+ VERSION = "0.9.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spud_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-15 00:00:00.000000000 Z
12
+ date: 2012-11-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -376,7 +376,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
376
376
  version: '0'
377
377
  segments:
378
378
  - 0
379
- hash: 1190769394469605680
379
+ hash: -211268317768546330
380
380
  required_rubygems_version: !ruby/object:Gem::Requirement
381
381
  none: false
382
382
  requirements:
@@ -385,7 +385,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
385
385
  version: '0'
386
386
  segments:
387
387
  - 0
388
- hash: 1190769394469605680
388
+ hash: -211268317768546330
389
389
  requirements: []
390
390
  rubyforge_project:
391
391
  rubygems_version: 1.8.24