fanforce-plugin-factory 0.35.0 → 0.35.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.
data/lib/fanforce/plugin_factory/assets/lib/vendors/select2/{select2.js → select2_modified.js}
RENAMED
|
@@ -1295,8 +1295,9 @@ the specific language governing permissions and limitations under the Apache Lic
|
|
|
1295
1295
|
this.positionDropdown();
|
|
1296
1296
|
this.dropdown.show();
|
|
1297
1297
|
|
|
1298
|
-
|
|
1299
|
-
|
|
1298
|
+
// MODIFIED: added following two lines for footer
|
|
1299
|
+
this.dropdown.find('.select2-footer').remove();
|
|
1300
|
+
if (this.opts.footer) this.opts.footer(this);
|
|
1300
1301
|
|
|
1301
1302
|
this.positionDropdown();
|
|
1302
1303
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fanforce-plugin-factory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.35.
|
|
4
|
+
version: 0.35.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -455,9 +455,9 @@ files:
|
|
|
455
455
|
- lib/fanforce/plugin_factory/assets/lib/vendors/knockout/knockout.min.js
|
|
456
456
|
- lib/fanforce/plugin_factory/assets/lib/vendors/select2/_select2_override.scss
|
|
457
457
|
- lib/fanforce/plugin_factory/assets/lib/vendors/select2/select2-spinner.gif
|
|
458
|
-
- lib/fanforce/plugin_factory/assets/lib/vendors/select2/select2.js
|
|
459
458
|
- lib/fanforce/plugin_factory/assets/lib/vendors/select2/select2.png
|
|
460
459
|
- lib/fanforce/plugin_factory/assets/lib/vendors/select2/select2.scss
|
|
460
|
+
- lib/fanforce/plugin_factory/assets/lib/vendors/select2/select2_modified.js
|
|
461
461
|
- lib/fanforce/plugin_factory/assets/lib/vendors/select2/select2x2.png
|
|
462
462
|
- lib/fanforce/plugin_factory/assets/lib/vendors/underscore/underscore.debug.js
|
|
463
463
|
- lib/fanforce/plugin_factory/config/_error_handling.rb
|