diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-03 10:04:21 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-03 10:04:21 +0200 |
| commit | 780c08ab8b8a33ec8d08821f839f0d5dc034931b (patch) | |
| tree | a875aa01d67fab85d696623790e2ae326efeb86e /src/scripts | |
| parent | 80c33f5303e2c083841933de4338f7e5d15de972 (diff) | |
Rename user.ts to user-authentication.ts
Diffstat (limited to 'src/scripts')
| -rw-r--r-- | src/scripts/main.entry.ts | 2 | ||||
| -rw-r--r-- | src/scripts/profile.entry.ts | 2 | ||||
| -rw-r--r-- | src/scripts/projects.entry.ts | 2 | ||||
| -rw-r--r-- | src/scripts/user-authentication.ts (renamed from src/scripts/user.ts) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/main.entry.ts b/src/scripts/main.entry.ts index 48ab7f37..84726ed4 100644 --- a/src/scripts/main.entry.ts +++ b/src/scripts/main.entry.ts @@ -7,7 +7,7 @@ window["$"] = $; require("jquery-mousewheel"); window["jQuery"] = $; -require("./user"); +require("./user-authentication"); $(document).ready(function () { diff --git a/src/scripts/profile.entry.ts b/src/scripts/profile.entry.ts index b194e3a9..0cb77f50 100644 --- a/src/scripts/profile.entry.ts +++ b/src/scripts/profile.entry.ts @@ -1,7 +1,7 @@ ///<reference path="../../typings/index.d.ts" /> import * as $ from "jquery"; import {APIController} from "./controllers/connection/api"; -import {removeUserInfo} from "./user"; +import {removeUserInfo} from "./user-authentication"; window["jQuery"] = $; 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(() => { diff --git a/src/scripts/user.ts b/src/scripts/user-authentication.ts index e9d13091..e9d13091 100644 --- a/src/scripts/user.ts +++ b/src/scripts/user-authentication.ts |
