Skip to content

Commit

Permalink
Merge pull request #497 from spenceralger/extended-jquery-fix
Browse files Browse the repository at this point in the history
Fixes the way that jQuery is loaded with RequireJS, closes #496
  • Loading branch information
spenceralger committed Sep 15, 2013
2 parents 8f67381 + 2a1c67f commit 0325f78
Show file tree
Hide file tree
Showing 31 changed files with 54 additions and 46 deletions.
28 changes: 14 additions & 14 deletions dist/app/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/app/components/require.config.js

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

2 changes: 1 addition & 1 deletion dist/app/dashboards/logstash.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ dashboard.rows[0].panels = [
// Add a filtering panel to the 3rd row
dashboard.rows[1].panels = [
{
type: 'Query'
type: 'query'
}
];

Expand Down
2 changes: 1 addition & 1 deletion dist/app/panels/bettermap/leaflet.amd.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*! kibana - v3.0.0m3pre - 2013-09-13
/*! kibana - v3.0.0m3pre - 2013-09-14
* Copyright (c) 2013 Rashid Khan; Licensed Apache License */

2 changes: 1 addition & 1 deletion dist/app/panels/bettermap/leaflet/leaflet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app/panels/bettermap/leaflet/plugins.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app/panels/bettermap/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app/panels/column/module.js

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

2 changes: 1 addition & 1 deletion dist/app/panels/dashcontrol/module.js

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

2 changes: 1 addition & 1 deletion dist/app/panels/derivequeries/module.js

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

2 changes: 1 addition & 1 deletion dist/app/panels/fields/module.js

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

2 changes: 1 addition & 1 deletion dist/app/panels/filtering/module.js

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

2 changes: 1 addition & 1 deletion dist/app/panels/histogram/module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app/panels/hits/module.js

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

2 changes: 1 addition & 1 deletion dist/app/panels/map/lib/map.europe.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app/panels/map/lib/map.usa.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app/panels/map/lib/map.world.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app/panels/map/module.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0325f78

Please sign in to comment.