Skip to content

Commit 97b8f5f

Browse files
committed
Removing unused legacy price code
1 parent b635e09 commit 97b8f5f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/web/mage/adminhtml/tools.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ function checkByProductPriceType(elem) {
8989

9090
}
9191

92-
Event.observe(window, 'load', function () {
93-
if ($('price_default') && $('price_default').checked) {
94-
$('price').disabled = 'disabled';
95-
}
96-
});
97-
9892
function toggleSeveralValueElements(checkbox, containers, excludedElements, checked) {
9993
'use strict';
10094

0 commit comments

Comments
 (0)