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
8 years ago
by
Kalyani
Committed by
Madhan Neethiraj
8 years ago
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
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
8 deletions
+3
-8
LICENSE
LICENSE
+1
-5
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
...
@@ -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
This product bundles require-handlebars-plugin 0.4.0, which is available under
WTFPL License. For details, see 3party-licenses/require-handlebars-plugin-LICENSE
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
This product bundles jQuery-ui.js, which is available under
MIT License. For details, see 3party-licenses/jQuery-ui-LICENSE
MIT License. For details, see 3party-licenses/jQuery-ui-LICENSE
...
@@ -256,4 +253,4 @@ MIT License. For details, see 3party-licenses/bootstrap-datepicker-LICENSE
...
@@ -256,4 +253,4 @@ MIT License. For details, see 3party-licenses/bootstrap-datepicker-LICENSE
This product bundles Google Fonts, which are available under
This product bundles Google Fonts, which are available under
Open Font License. For details, see 3party-licenses/google-fonts-LICENSE
Open Font License. For details, see 3party-licenses/google-fonts-LICENSE
=======================================================================
=======================================================================
\ No newline at end of file
This diff is collapsed.
Click to expand it.
dashboardv2/public/js/external_lib/require-handlebars-plugin/js/hbs.js
View file @
d2198bb4
...
@@ -11,11 +11,11 @@
...
@@ -11,11 +11,11 @@
define: false, process: false, window: false */
define: false, process: false, window: false */
define
([
define
([
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
'handlebars'
,
'underscore'
,
'i18nprecompile'
,
'json2'
'handlebars'
,
'underscore'
,
'i18nprecompile'
//>>excludeEnd('excludeHbs')
//>>excludeEnd('excludeHbs')
],
function
(
],
function
(
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
Handlebars
,
_
,
precompile
,
JSON
Handlebars
,
_
,
precompile
//>>excludeEnd('excludeHbs')
//>>excludeEnd('excludeHbs')
)
{
)
{
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
//>>excludeStart('excludeHbs', pragmas.excludeHbs)
...
...
This diff is collapsed.
Click to expand it.
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({
...
@@ -130,7 +130,6 @@ require.config({
'tmpl'
:
'templates'
,
'tmpl'
:
'templates'
,
'requirejs.text'
:
'libs/requirejs-text/text'
,
'requirejs.text'
:
'libs/requirejs-text/text'
,
'handlebars'
:
'external_lib/require-handlebars-plugin/js/handlebars'
,
'handlebars'
:
'external_lib/require-handlebars-plugin/js/handlebars'
,
'json2'
:
'external_lib/require-handlebars-plugin/js/json2'
,
'hbs'
:
'external_lib/require-handlebars-plugin/js/hbs'
,
'hbs'
:
'external_lib/require-handlebars-plugin/js/hbs'
,
'i18nprecompile'
:
'external_lib/require-handlebars-plugin/js/i18nprecompile'
,
'i18nprecompile'
:
'external_lib/require-handlebars-plugin/js/i18nprecompile'
,
'dagreD3'
:
'libs/dagre-d3/dagre-d3.min'
,
'dagreD3'
:
'libs/dagre-d3/dagre-d3.min'
,
...
...
This diff is collapsed.
Click to expand it.
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