caboose-cms 0.8.49 → 0.8.50

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: 091f82cc86810f3dab7c831b57ea71393e58978d
4
- data.tar.gz: 3e142f512d2060fb6093cf17affd4b3534957da1
3
+ metadata.gz: 11ccf530449523a7c1acc40056546a113ea02603
4
+ data.tar.gz: 46446d0c93c7a5a8ba9e4e95c58fa50ed810abae
5
5
  SHA512:
6
- metadata.gz: 5bd3a7fe332320c2e14984633f9d912d3ef8644a39563fa618bb028e0af3bf98b216791c83869b2c9a10dec49a4be6d6e7ac3ba3ada0c3e92ae3be824b14b9df
7
- data.tar.gz: ed842f7437da1cab3409725e6e74202337cd7cef536609add106f249393801ccc0735e865313fc2f6eccbe150541309c0ca69afb18f99d7463c9b243c1105b6f
6
+ metadata.gz: eee9bdeb8df4a068b3fab66d6b8c775ca29c699d01074c099eb2bac0fcbdd33a5b8b79be3a4ef37698bc01f7231fd67e15e5e8f35c80ce6f6ee3abdda8a644ce
7
+ data.tar.gz: 9721bd6f8b12ec8c789126c0fbf8a9bf424c572dc3bb5a20a78c6db1d4cb5729f888736a058d04b0b915cb44e87a102035c4f9403d74bb8840f18f4415583bcc
@@ -319,10 +319,9 @@ var MediaModalController = DefaultBlockModalController.extend({
319
319
  },
320
320
  FileUploaded: function(ip, file)
321
321
  {
322
- that.refresh_media(function() { that.refresh_categories(function() { that.print_media(); }); });
322
+ that.refresh_media(function() { that.print_media(); });
323
323
  },
324
- UploadComplete: function(up, files) {
325
- that.refresh_media(function() { that.refresh_categories(function() { that.print(); }); });
324
+ UploadComplete: function(up, files) {
326
325
  if (that.uploader)
327
326
  {
328
327
  $("#the_uploader").slideUp(400, function() {
@@ -330,6 +329,7 @@ var MediaModalController = DefaultBlockModalController.extend({
330
329
  that.uploader = false;
331
330
  });
332
331
  }
332
+ that.refresh_media(function() { that.print_media(); });
333
333
  }
334
334
  }
335
335
  });
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.8.49'
2
+ VERSION = '0.8.50'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.49
4
+ version: 0.8.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry