Skip to content

Commit 52f1120

Browse files
committed
[spalenque] - add noconflict to jquery
1 parent 1e1b064 commit 52f1120

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

app/app.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ define(['jquery', 'ractive', 'rv!templates/template', 'text!css/widget-styles.cs
22

33
'use strict';
44

5+
$.noConflict();
6+
57
var xhr_suggestions = null;
68
var timeout_suggestions = null;
79
var search_widget = {
@@ -12,6 +14,8 @@ define(['jquery', 'ractive', 'rv!templates/template', 'text!css/widget-styles.cs
1214

1315
$("head").append($style);
1416

17+
Ractive.DEBUG = /unminified/.test(function(){/*unminified*/});
18+
1519
$('.openstack-search-bar').each(function() {
1620

1721
var el = $(this);

0 commit comments

Comments
 (0)