Skip to content

Commit

Permalink
Fixed query path
Browse files Browse the repository at this point in the history
  • Loading branch information
anovi committed Jun 18, 2014
1 parent faf811e commit 4cef993
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions dist/selectonic.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Selectonic - v0.4.2 - 2014-06-18
* https://github.com/anovi/selectonic
* Copyright (c) 2014 Alexey Novichkov; Licensed MIT */
/*! Selectonic - v0.4.3 - 2014-06-18
* https://github.com/anovi/selectonic
* Copyright (c) 2014 Alexey Novichkov; Licensed MIT */
(function($, window, undefined) {
'use strict';

Expand Down Expand Up @@ -1564,6 +1564,6 @@
return this.each( function(key, elem) {
if ( !Plugin.getDataObject(elem) ) { new Plugin( elem, options ); }
});
};

};

}(jQuery, window));
2 changes: 1 addition & 1 deletion dist/selectonic.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/jquery-loader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function() {
// Default to the local version.
var path = '../bower_components/jquery/jquery.js';
var path = '../bower_components/jquery/dist/jquery.js';
// var path = '../bower_components/jquery-1.10.2/jquery.js';
// Get any jquery=___ param from the query string.
var jqversion = location.search.match(/[?&]jquery=(.*?)(?=&|$)/);
Expand Down

0 comments on commit 4cef993

Please sign in to comment.