mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Remove debug line from setup
This commit is contained in:
@@ -1060,7 +1060,6 @@ function toggleCollapsableOptions($tbody) {
|
||||
}
|
||||
function updateCollapsableImage($tbody) {
|
||||
$collapsableImg = $tbody.find("tr:first-child>th>label>img");
|
||||
console.debug("img", $collapsableImg, $tbody);
|
||||
imgPath = "../images/";
|
||||
imgUrl = ($tbody.find("tr:nth-child(2)>td:visible").length > 0)
|
||||
? "minus.gif"
|
||||
|
||||
Reference in New Issue
Block a user