From 780c08ab8b8a33ec8d08821f839f0d5dc034931b Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 3 Apr 2017 10:04:21 +0200 Subject: Rename user.ts to user-authentication.ts --- src/scripts/projects.entry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/projects.entry.ts') diff --git a/src/scripts/projects.entry.ts b/src/scripts/projects.entry.ts index 9ae78586..d0ddb8b9 100644 --- a/src/scripts/projects.entry.ts +++ b/src/scripts/projects.entry.ts @@ -4,7 +4,7 @@ import {APIController} from "./controllers/connection/api"; import {Util} from "./util"; window["jQuery"] = $; -require("./user"); +require("./user-authentication"); $(document).ready(() => { -- cgit v1.2.3