Skip to content

Commit c26ba88

Browse files
committed
update dev copy of vocabulary-theme to 1.13 (e5cf454)
1 parent 407b4ec commit c26ba88

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cc_legal_tools/static/wp-content/themes/vocabulary-theme/chooser/js/chooser.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,12 @@ function renderMarkingFormats(state) {
312312
document.querySelector('#mark-your-work .plain-text.mark').appendChild(templateContent);
313313

314314
// set contents of rich text mark
315-
let ccSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
316-
let bySVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
317-
let saSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
318-
let ncSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
319-
let ndSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/nd.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
320-
let zeroSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/zero.svg" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
315+
let ccSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
316+
let bySVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
317+
let saSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
318+
let ncSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
319+
let ndSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/nd.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
320+
let zeroSVG = '<img src="https://mirrors.creativecommons.org/presskit/icons/zero.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;">';
321321

322322
const currentTool = state.props.tool;
323323
switch (currentTool) {

cc_legal_tools/static/wp-content/themes/vocabulary-theme/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Theme Name: CC Vocabulary Theme
33
Author: the Creative Commons team; possumbilities, Timid Robot
44
Author URI: https://opensource.creativecommons.org/
55
Description: Theme based on the Vocabulary Design System
6-
Version: 1.12
6+
Version: 1.13
77
Requires at least: 5.0
88
Tested up to: 6.2.2
99
Requires PHP: 7.0

0 commit comments

Comments
 (0)