Skip to content

Commit

Permalink
Removing unused legacy price code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Feb 27, 2019
1 parent b635e09 commit 97b8f5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/web/mage/adminhtml/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ function checkByProductPriceType(elem) {

}

Event.observe(window, 'load', function () {
if ($('price_default') && $('price_default').checked) {
$('price').disabled = 'disabled';
}
});

function toggleSeveralValueElements(checkbox, containers, excludedElements, checked) {
'use strict';

Expand Down

0 comments on commit 97b8f5f

Please sign in to comment.