forked from josdejong/jsoneditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
27 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ | |
* Copyright (c) 2011-2017 Jos de Jong, http://jsoneditoronline.org | ||
* | ||
* @author Jos de Jong, <[email protected]> | ||
* @version 5.13.1 | ||
* @date 2017-12-28 | ||
* @version 5.13.2 | ||
* @date 2018-01-18 | ||
*/ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
|
@@ -6631,7 +6631,6 @@ return /******/ (function(modules) { // webpackBootstrap | |
// create a link in case of read-only editor and value containing an url | ||
domValue = document.createElement('a'); | ||
domValue.href = this.value; | ||
domValue.target = '_blank'; | ||
domValue.innerHTML = this._escapeHTML(this.value); | ||
} | ||
else { | ||
|
@@ -10471,7 +10470,7 @@ return /******/ (function(modules) { // webpackBootstrap | |
}\ | ||
\ | ||
.ace-jsoneditor.ace_editor {\ | ||
font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;\ | ||
font-family: \"dejavu sans mono\", \"droid sans mono\", consolas, monaco, \"lucida console\", \"courier new\", courier, monospace, sans-serif;\ | ||
line-height: 1.3;\ | ||
background-color: #fff;\ | ||
}\ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ | |
* Copyright (c) 2011-2017 Jos de Jong, http://jsoneditoronline.org | ||
* | ||
* @author Jos de Jong, <[email protected]> | ||
* @version 5.13.1 | ||
* @date 2017-12-28 | ||
* @version 5.13.2 | ||
* @date 2018-01-18 | ||
*/ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
|
@@ -14177,7 +14177,6 @@ return /******/ (function(modules) { // webpackBootstrap | |
// create a link in case of read-only editor and value containing an url | ||
domValue = document.createElement('a'); | ||
domValue.href = this.value; | ||
domValue.target = '_blank'; | ||
domValue.innerHTML = this._escapeHTML(this.value); | ||
} | ||
else { | ||
|
@@ -38301,7 +38300,7 @@ return /******/ (function(modules) { // webpackBootstrap | |
}\ | ||
\ | ||
.ace-jsoneditor.ace_editor {\ | ||
font-family: droid sans mono, consolas, monospace, courier new, courier, sans-serif;\ | ||
font-family: \"dejavu sans mono\", \"droid sans mono\", consolas, monaco, \"lucida console\", \"courier new\", courier, monospace, sans-serif;\ | ||
line-height: 1.3;\ | ||
background-color: #fff;\ | ||
}\ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters