mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Merge commit '8a2550e7d5cd19e25616087052915e1c9978e0ad'
This commit is contained in:
@@ -135,7 +135,6 @@ module.exports = function(grunt) {
|
||||
bloodhound: {
|
||||
src: '<%= tempDir %>/bloodhound.js',
|
||||
objectToExport: 'Bloodhound',
|
||||
amdModuleId: 'bloodhound',
|
||||
deps: {
|
||||
default: ['$'],
|
||||
amd: ['jquery'],
|
||||
@@ -145,7 +144,6 @@ module.exports = function(grunt) {
|
||||
},
|
||||
typeahead: {
|
||||
src: '<%= tempDir %>/typeahead.jquery.js',
|
||||
amdModuleId: 'typeahead.js',
|
||||
deps: {
|
||||
default: ['$'],
|
||||
amd: ['jquery'],
|
||||
|
||||
Reference in New Issue
Block a user