mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Cleaned up commented code
refs. 11d3b1850e
- some commented code were accidentally left in the commit above
This commit is contained in:
parent
11d3b1850e
commit
ac1b013c80
1 changed files with 0 additions and 6 deletions
|
@ -83,12 +83,6 @@ export default class TagForm extends Component {
|
|||
tagURL += '/';
|
||||
}
|
||||
|
||||
// if (tagURL.length > 70) {
|
||||
// tagURL = tagURL.substring(0, 70).trim();
|
||||
// tagURL = Handlebars.Utils.escapeExpression(tagURL);
|
||||
// tagURL = htmlSafe(`${tagURL}…`);
|
||||
// }
|
||||
|
||||
return tagURL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue