mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 17:33:34 +00:00
cleaning things up
This commit is contained in:
parent
f18172258e
commit
f42b2c2385
2 changed files with 1 additions and 2 deletions
services/web/public
|
@ -3,7 +3,7 @@ define ["libs/algolia", "libs/angular", "libs/angular-autocomplete/angular-autoc
|
|||
app = angular.module("userProfileInformationApp", ["autocomplete"])
|
||||
|
||||
app.factory "Institutions", ->
|
||||
new AlgoliaSearch("SK53GL4JLY", "75dc5e65794cd47eb7f725e6bb5075be").initIndex("institutions")
|
||||
new AlgoliaSearch("SK53GL4JLY", "1606ccef5b70ac44680b61e6b0285126").initIndex("institutions")
|
||||
|
||||
app.directive "focusInput", ($timeout) ->
|
||||
return (scope, element, attr) ->
|
||||
|
|
|
@ -8,7 +8,6 @@ var app = angular.module('autocomplete', []);
|
|||
|
||||
app.directive('autocomplete', function() {
|
||||
var index = -1;
|
||||
console.log("helllo")
|
||||
|
||||
return {
|
||||
restrict: 'E',
|
||||
|
|
Loading…
Add table
Reference in a new issue