mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04: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