Skip to content

Commit

Permalink
cs fix spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruud68 committed Dec 1, 2017
1 parent 95a6d3b commit cc34df8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
if (task !== 'plugin.apply') {
if (self !== top ) {
window.top.setTimeout('window.parent.location = window.top.location.href', 1000);
window.parent.jQuery('#plugin" . $this->item->extension_id . "Modal').modal('hide');
}
window.top.setTimeout('window.parent.location = window.top.location.href', 1000);
window.parent.jQuery('#plugin" . $this->item->extension_id . "Modal').modal('hide');
}
}
}
};
Expand Down

0 comments on commit cc34df8

Please sign in to comment.