Skip to content

Commit 7080ec1

Browse files
committed
Revert unnecessary change
This change isn't needed when we are depending on global jQuery.
1 parent 7bef97c commit 7080ec1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/assets/javascripts/spotlight/spotlight.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/javascripts/spotlight/spotlight.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/javascripts/spotlight/spotlight.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/javascripts/spotlight/spotlight.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/javascript/spotlight/admin/multi_image_selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module to add multi-image selector to widget panels
22

3-
(function($, _){
3+
(function(){
44
$.fn.multiImageSelector = function(image_versions, clickCallback, activeImageId) {
55
var changeLink = $("<a href='javascript:;'>Change</a>"),
66
thumbsListContainer = $("<div class='thumbs-list' style='display:none'></div>"),

0 commit comments

Comments
 (0)