mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Initial Bootstrap 3 migration
This commit is contained in:

committed by
Mark McDowall

parent
ad0e372c35
commit
28fa264c69
@@ -1,6 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
define(['jquery'],function ($) {
|
||||
define(
|
||||
[
|
||||
'jquery',
|
||||
'typeahead'
|
||||
], function ($) {
|
||||
|
||||
$.fn.autoComplete = function (resource) {
|
||||
$(this).typeahead({
|
||||
|
Reference in New Issue
Block a user