mivita/_static/assets/plugins
2018-10-29 09:39:31 +01:00
..
bootstrap First Commit 2018-10-29 09:39:31 +01:00
bootstrap.datepicker First Commit 2018-10-29 09:39:31 +01:00
bootstrap.daterangepicker First Commit 2018-10-29 09:39:31 +01:00
chart.chartjs First Commit 2018-10-29 09:39:31 +01:00
chart.easypiechart First Commit 2018-10-29 09:39:31 +01:00
chart.flot First Commit 2018-10-29 09:39:31 +01:00
countdown First Commit 2018-10-29 09:39:31 +01:00
datatables First Commit 2018-10-29 09:39:31 +01:00
editor.markdown First Commit 2018-10-29 09:39:31 +01:00
editor.summernote First Commit 2018-10-29 09:39:31 +01:00
effects First Commit 2018-10-29 09:39:31 +01:00
footable First Commit 2018-10-29 09:39:31 +01:00
form.masked First Commit 2018-10-29 09:39:31 +01:00
form.slidebar First Commit 2018-10-29 09:39:31 +01:00
form.stepper First Commit 2018-10-29 09:39:31 +01:00
form.validate First Commit 2018-10-29 09:39:31 +01:00
image.zoom First Commit 2018-10-29 09:39:31 +01:00
infinite-scroll First Commit 2018-10-29 09:39:31 +01:00
isotope First Commit 2018-10-29 09:39:31 +01:00
jqgrid First Commit 2018-10-29 09:39:31 +01:00
jquery First Commit 2018-10-29 09:39:31 +01:00
jquery-vectormap First Commit 2018-10-29 09:39:31 +01:00
lazyload First Commit 2018-10-29 09:39:31 +01:00
magnific-popup First Commit 2018-10-29 09:39:31 +01:00
mdl First Commit 2018-10-29 09:39:31 +01:00
mediaelement First Commit 2018-10-29 09:39:31 +01:00
mixitup First Commit 2018-10-29 09:39:31 +01:00
owl-carousel First Commit 2018-10-29 09:39:31 +01:00
owl-carousel-2 First Commit 2018-10-29 09:39:31 +01:00
pajinate First Commit 2018-10-29 09:39:31 +01:00
select2 First Commit 2018-10-29 09:39:31 +01:00
slider.camera First Commit 2018-10-29 09:39:31 +01:00
slider.elastic First Commit 2018-10-29 09:39:31 +01:00
slider.flexslider First Commit 2018-10-29 09:39:31 +01:00
slider.layerslider First Commit 2018-10-29 09:39:31 +01:00
slider.nivo First Commit 2018-10-29 09:39:31 +01:00
slider.revolution First Commit 2018-10-29 09:39:31 +01:00
slider.revolution.v5 First Commit 2018-10-29 09:39:31 +01:00
slider.swiper First Commit 2018-10-29 09:39:31 +01:00
slimscroll First Commit 2018-10-29 09:39:31 +01:00
spectrum First Commit 2018-10-29 09:39:31 +01:00
styleswitcher First Commit 2018-10-29 09:39:31 +01:00
text-rotator First Commit 2018-10-29 09:39:31 +01:00
timepicki First Commit 2018-10-29 09:39:31 +01:00
toastr First Commit 2018-10-29 09:39:31 +01:00
widget.dribbble First Commit 2018-10-29 09:39:31 +01:00
widget.jflickr First Commit 2018-10-29 09:39:31 +01:00
widget.twittie First Commit 2018-10-29 09:39:31 +01:00
custom.fle_upload.js First Commit 2018-10-29 09:39:31 +01:00
gmaps.js First Commit 2018-10-29 09:39:31 +01:00
jquery.backstretch.min.js First Commit 2018-10-29 09:39:31 +01:00
jquery.mb.YTPlayer.min.js First Commit 2018-10-29 09:39:31 +01:00
jquery.nav.js First Commit 2018-10-29 09:39:31 +01:00
jquery.nav.min.js First Commit 2018-10-29 09:39:31 +01:00
masonry.pkgd.min.js First Commit 2018-10-29 09:39:31 +01:00
Readme.txt First Commit 2018-10-29 09:39:31 +01:00
smoothscroll.js First Commit 2018-10-29 09:39:31 +01:00
typeahead.bundle.js First Commit 2018-10-29 09:39:31 +01:00

This folder include all needed plugins for a specific area.
Example: if js/scripts.js detects that you need toatr plugin, only then, toastr plugin is loaded.

Using this technique, you do not need to add manually all plugins on each page.
In this way, the webpage stay lightweight and faster.

We recommend to not delete these plugins - except if you realy do not need them.
Otherwise, you'll get javascript errors. So if do not need toatr plugin on your website, only then you can remove it!


--------------------------------------------------------------------------------------------------------------------------------------------------------
typeahead.bundle.js - MODIFIED
FROM THIS
this.limit = o.limit || 5;
TO THIS
this.limit = o.limit || 1000;