Skip to content

Commit

Permalink
Merge pull request #9 from svale/dev
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
Tam authored Jun 3, 2019
2 parents 5a6c981 + 9e5b9ba commit 91a32a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/elements/actions/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public function getTriggerHtml ()
!function () {
new Craft.ElementActionTrigger({
type: $type,
batch;: true,
validateSelection;: function () {
batch: true,
validateSelection: function () {
return true;
},
activate: function (selectedItems) {
Expand All @@ -84,7 +84,7 @@ function(response, textStatus) {
onSubmit: function() {
Craft.elementIndex.submitAction(
$type,
Garnish.getPostData(modal.;\$container;)
Garnish.getPostData(modal.\$container)
)
modal.hide();
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/DeleteTagModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Craft.DeleteTagModal = Garnish.Modal.extend({
this.userSelect = new Craft.BaseElementSelectInput({
id: 'replaceselect' + this.id,
name: 'replaceWith',
elementType: 'ether\\tagManager\\Elements\\Tag',
elementType: 'ether\\tagManager\\elements\\Tag',
criteria: {
id: idParam,
},
Expand Down

0 comments on commit 91a32a7

Please sign in to comment.