mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
Remove unused variables in home.js
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
// Copyright (c) Jupyter Development Team.
|
||||
// Distributed under the terms of the Modified BSD License.
|
||||
|
||||
require(["jquery", "moment", "jhapi", "utils"], function(
|
||||
require(["jquery", "moment", "jhapi"], function(
|
||||
$,
|
||||
moment,
|
||||
JHAPI,
|
||||
utils
|
||||
JHAPI
|
||||
) {
|
||||
"use strict";
|
||||
|
||||
var base_url = window.jhdata.base_url;
|
||||
var prefix = window.jhdata.prefix;
|
||||
var user = window.jhdata.user;
|
||||
var api = new JHAPI(base_url);
|
||||
|
||||
|
Reference in New Issue
Block a user