Commit 1ef52f86370ad9e1d78bd8828807e48f330584d7
1 parent
6e1c91bd
removed log
Showing
1 changed file
with
0 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... | ... | @@ -1539,7 +1539,6 @@ $(document).ready(function () { |
1539 | 1539 | } |
1540 | 1540 | } |
1541 | 1541 | |
1542 | - console.log('ui.value= '+ui.value+' ,relativeWidth= ' + relativeWidth + ',relativeHeight= ' + relativeHeight) | |
1543 | 1542 | if (ui.value == 25 || ui.value == 40 || ui.value == 55 || ui.value == 70 || ui.value == 85 || ui.value == 100) { |
1544 | 1543 | $("#modItemImage").css("width", relativeWidth + "px"); |
1545 | 1544 | $("#modItemImage").css("height", relativeHeight + "px"); | ... | ... |