File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ public function getTriggerHtml ()
6363!function () {
6464 new Craft.ElementActionTrigger({
6565 type: $ type,
66- batch; : true,
67- validateSelection; : function () {
66+ batch: true,
67+ validateSelection: function () {
6868 return true;
6969 },
7070 activate: function (selectedItems) {
@@ -84,7 +84,7 @@ function(response, textStatus) {
8484 onSubmit: function() {
8585 Craft.elementIndex.submitAction(
8686 $ type,
87- Garnish.getPostData(modal.; \$container; )
87+ Garnish.getPostData(modal. \$container)
8888 )
8989 modal.hide();
9090
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Craft.DeleteTagModal = Garnish.Modal.extend({
9494 this . userSelect = new Craft . BaseElementSelectInput ( {
9595 id : 'replaceselect' + this . id ,
9696 name : 'replaceWith' ,
97- elementType : 'ether\\tagManager\\Elements \\Tag' ,
97+ elementType : 'ether\\tagManager\\elements \\Tag' ,
9898 criteria : {
9999 id : idParam ,
100100 } ,
You can’t perform that action at this time.
0 commit comments