We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2e981 commit 07c0f18Copy full SHA for 07c0f18
app/code/Magento/CatalogUrlRewrite/view/adminhtml/templates/confirm.phtml
@@ -4,14 +4,16 @@
4
* See COPYING.txt for license details.
5
*/
6
7
+// @codingStandardsIgnoreFile
8
+
9
?>
10
<script>
11
require([
12
"jquery",
13
"Magento_Ui/js/modal/confirm",
14
"mage/translate",
15
], function(jQuery, confirmation, $t) {
-//confirmation for removing category/product URL rewrites
16
+ //confirmation for removing category/product URL rewrites
17
jQuery('select.generate_category_product_rewrites').on('change', function () {
18
if (this.value == 0) {
19
confirmation({
0 commit comments