el_vfs_client 0.4.0 → 0.4.1
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.
|
@@ -1560,9 +1560,6 @@ window.elFinder = function(node, opts) {
|
|
|
1560
1560
|
cache(e.data.files);
|
|
1561
1561
|
})
|
|
1562
1562
|
.bind('rm', function(e) {
|
|
1563
|
-
var play = beeper.canPlayType && beeper.canPlayType('audio/wav; codecs="1"');
|
|
1564
|
-
|
|
1565
|
-
play && play != '' && play != 'no' && $(beeper).html('<source src="./assets/rm.wav" type="audio/wav">')[0].play()
|
|
1566
1563
|
})
|
|
1567
1564
|
|
|
1568
1565
|
;
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: el_vfs_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -114,7 +114,6 @@ files:
|
|
|
114
114
|
- app/assets/images/el_vfs/elfinder/crop.gif
|
|
115
115
|
- app/assets/javascripts/el_vfs/i18n/elfinder.ru.js
|
|
116
116
|
- app/assets/javascripts/el_vfs/i18n/elfinder.LANG.js
|
|
117
|
-
- app/assets/javascripts/el_vfs/elfinder-2.x-455221fc1644d545a308ff438b860c13ae56a295.zip
|
|
118
117
|
- app/assets/javascripts/el_vfs/elfinder.full.js
|
|
119
118
|
- app/assets/javascripts/engine.js
|
|
120
119
|
- app/assets/stylesheets/el_vfs/theme.sass
|
|
@@ -122,7 +121,6 @@ files:
|
|
|
122
121
|
- app/assets/stylesheets/el_vfs/el_vfs.sass
|
|
123
122
|
- app/assets/stylesheets/el_vfs/jquery_ui.sass
|
|
124
123
|
- app/assets/stylesheets/el_vfs/elfinder.sass
|
|
125
|
-
- app/assets/audios/sounds/rm.wav
|
|
126
124
|
- app/views/el_finder/layout.html.erb
|
|
127
125
|
- config/routes.rb
|
|
128
126
|
- lib/el_vfs_client.rb
|
|
@@ -142,7 +140,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
142
140
|
requirements:
|
|
143
141
|
- - ! '>='
|
|
144
142
|
- !ruby/object:Gem::Version
|
|
145
|
-
hash:
|
|
143
|
+
hash: -1251887822753653733
|
|
146
144
|
version: '0'
|
|
147
145
|
segments:
|
|
148
146
|
- 0
|
|
@@ -151,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
151
149
|
requirements:
|
|
152
150
|
- - ! '>='
|
|
153
151
|
- !ruby/object:Gem::Version
|
|
154
|
-
hash:
|
|
152
|
+
hash: -1251887822753653733
|
|
155
153
|
version: '0'
|
|
156
154
|
segments:
|
|
157
155
|
- 0
|
|
Binary file
|