Skip to content

Commit

Permalink
Merge pull request #38 from AdFabConnect/bug-2.8.1
Browse files Browse the repository at this point in the history
Bug 2.8.1
  • Loading branch information
gregorybesson committed Nov 24, 2016
2 parents 0712b58 + 8363791 commit b34b5f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/public/scripts/modules/FormCreate.js
Expand Up @@ -176,7 +176,7 @@ export default class FormCreate {
}.bind(this))
}

var slugPaths = document.querySelectorAll('[data-slug-type=path]')
var slugPaths = this._form.querySelectorAll('[data-slug-type=path]')
Array.prototype.forEach.call(slugPaths, function(slugPath) {
var isStructureFolder = (slugPath.parentNode.getAttribute('data-shown') != null)
if (slugPath.value != null && slugPath.value != '' && (isStructureFolder && !slugPath.parentNode.classList.contains('hidden'))) {
Expand Down
6 changes: 6 additions & 0 deletions src/server/sass/modules/_editor.scss
Expand Up @@ -14,6 +14,12 @@
word-break: break-all;
}

#slug {
.autocomplete-result .glyphicon.glyphicon-remove {
display: inline-block;
}
}

.manager-wrapper {
.form-create {
padding: 0px 20px;
Expand Down

0 comments on commit b34b5f1

Please sign in to comment.