Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
d2198bb4
Commit
d2198bb4
authored
May 29, 2017
by
Kalyani
Committed by
Madhan Neethiraj
May 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1848: update UI to remove json2.js dependency
Signed-off-by:
Madhan Neethiraj
<
madhan@apache.org
>
parent
bc1576da
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
6 deletions
+2
-6
LICENSE
LICENSE
+0
-3
hbs.js
...ublic/js/external_lib/require-handlebars-plugin/js/hbs.js
+2
-2
json2.js
...lic/js/external_lib/require-handlebars-plugin/js/json2.js
+0
-0
main.js
dashboardv2/public/js/main.js
+0
-1
No files found.
LICENSE
View file @
d2198bb4
...
...
@@ -233,9 +233,6 @@ MIT License. For details, see 3party-licenses/hbs-LICENSE
This product bundles require-handlebars-plugin 0.4.0, which is available under
WTFPL License. For details, see 3party-licenses/require-handlebars-plugin-LICENSE
This product bundles json2.js (https://github.com/douglascrockford/JSON-js -
Public Domain license) by Douglas Crockford
This product bundles jQuery-ui.js, which is available under
MIT License. For details, see 3party-licenses/jQuery-ui-LICENSE
...
...
dashboardv2/public/js/external_lib/require-handlebars-plugin/js/hbs.js
View file @
d2198bb4
...
...
@@ -11,11 +11,11 @@
define: false, process: false, window: false */
define
([
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
'handlebars'
,
'underscore'
,
'i18nprecompile'
,
'json2'
'handlebars'
,
'underscore'
,
'i18nprecompile'
//>>excludeEnd('excludeHbs')
],
function
(
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
Handlebars
,
_
,
precompile
,
JSON
Handlebars
,
_
,
precompile
//>>excludeEnd('excludeHbs')
)
{
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
...
...
dashboardv2/public/js/external_lib/require-handlebars-plugin/js/json2.js
deleted
100644 → 0
View file @
bc1576da
This diff is collapsed.
Click to expand it.
dashboardv2/public/js/main.js
View file @
d2198bb4
...
...
@@ -130,7 +130,6 @@ require.config({
'tmpl'
:
'templates'
,
'requirejs.text'
:
'libs/requirejs-text/text'
,
'handlebars'
:
'external_lib/require-handlebars-plugin/js/handlebars'
,
'json2'
:
'external_lib/require-handlebars-plugin/js/json2'
,
'hbs'
:
'external_lib/require-handlebars-plugin/js/hbs'
,
'i18nprecompile'
:
'external_lib/require-handlebars-plugin/js/i18nprecompile'
,
'dagreD3'
:
'libs/dagre-d3/dagre-d3.min'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment