Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dojo/templates/dojo/ad_hoc_findings.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ <h4> Github </h4>
if (elem.name != 'endpoints_to_add' && elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/add_findings.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ <h4> JIRA </h4>
if (elem.name != 'endpoints_to_add' && elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/add_group.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/add_risk_acceptance.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h3> Risk acceptance</h3>

var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/add_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ <h3> {{ name }} {{ template }}</h3>
if (elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/apply_finding_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ <h3> Apply template to a Finding</h3>
if (elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/edit_finding.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ <h4> GitHub </h4>
if (elem.name != 'endpoints_to_add' && elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/edit_presets.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/edit_product.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ <h4> Github </h4>
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/edit_product_type.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ <h3>{% blocktrans with name=pt.name %}Edit Product Type {{ name }}{% endblocktra
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/new_eng.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ <h4> JIRA Epic</h4>
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/new_params.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/new_product.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ <h4> Github </h4>
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/new_product_type.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ <h3>{% trans "Register a new Product Type" %}</h3>
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/promote_to_finding.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ <h4> JIRA </h4>
if (elem.name != 'endpoints_to_add' && elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down
1 change: 1 addition & 0 deletions dojo/templates/dojo/view_risk_acceptance.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ <h3>Notes</h3>

var mde = new EasyMDE({
spellChecker: false,
inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
Expand Down