• File: custom.js
  • Full Path: /home/masbinta/public_html/core/vendor/league/glide/docs/custom.js
  • File size: 136 bytes
  • MIME-type: text/plain
  • Charset: utf-8
$(function() {
    $('.versions').change(function (e) {
        location.href = $(this).find('option:selected').data('url');
    });
});