hifi-ckeditor 3.5.1 → 3.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ window.onload = function()
33
33
 
34
34
  b1.callback = uploadButton;
35
35
  b2.callback = function(){ window.location.reload(); }
36
- b3.callback = function(){ window.location.href = "/edit_files"; }
36
+ b3.callback = function(){ window.location.href = "/ckeditor/edit_files"; }
37
37
 
38
38
  t.buttons.push(b1);
39
39
  t.buttons.push(b2);
@@ -33,7 +33,7 @@
33
33
 
34
34
  b1.callback = uploadButton;
35
35
  b2.callback = function(){ window.location.reload(); }
36
- b3.callback = function(){ window.location.href = "/edit_images"; }
36
+ b3.callback = function(){ window.location.href = "/ckeditor/edit_images"; }
37
37
 
38
38
  t.buttons.push(b1);
39
39
  t.buttons.push(b2);
@@ -2,7 +2,7 @@ module Ckeditor
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 5
5
- RELEASE = 1
5
+ RELEASE = 2
6
6
 
7
7
  def self.dup
8
8
  "#{MAJOR}.#{MINOR}.#{RELEASE}"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 5
8
- - 1
9
- version: 3.5.1
8
+ - 2
9
+ version: 3.5.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ross Nelson
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-25 00:00:00 -06:00
17
+ date: 2011-02-26 00:00:00 -06:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency