imagine_cms 3.0.2 → 3.0.3

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.
@@ -671,7 +671,7 @@ function insertImage(url) {
671
671
  w.show();
672
672
  } else {
673
673
  $('insert_image_dialog_content').innerHTML = 'Loading...';
674
- new Ajax.Updater('insert_image_dialog_content', url, {asynchronous:true, evalScripts:true});
674
+ new Ajax.Updater('insert_image_dialog_content', url, {method:'get', asynchronous:true, evalScripts:true});
675
675
  showDojoDialog('insert_image_dialog');
676
676
  }
677
677
  try { if (cropper) cropper.remove(); } catch (e) {}
@@ -692,7 +692,7 @@ function insertFile(url) {
692
692
  }
693
693
 
694
694
  $('insert_file_dialog_content').innerHTML = 'Loading...';
695
- new Ajax.Updater('insert_file_dialog_content', url, {asynchronous:true, evalScripts:true});
695
+ new Ajax.Updater('insert_file_dialog_content', url, {method:'get', asynchronous:true, evalScripts:true});
696
696
  showDojoDialog('insert_file_dialog');
697
697
  }
698
698
 
@@ -1,3 +1,3 @@
1
1
  module ImagineCms
2
- VERSION = "3.0.2"
2
+ VERSION = "3.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imagine_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
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-12-18 00:00:00.000000000 Z
12
+ date: 2013-01-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails