Skip to content

Commit c221b36

Browse files
Lubos KoscoLubos Kosco
authored andcommitted
remove dead/commented out code
1 parent 99b4056 commit c221b36

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

web/utils.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -423,13 +423,6 @@ function clearSearchFrom() {
423423
}
424424
);
425425
$("#type :selected").removeAttr("selected");
426-
// $("#project *").each(
427-
// function() {
428-
// if ($(this).attr("selected")) {
429-
// $(this).removeAttr("selected");
430-
// }
431-
// }
432-
// );
433426
}
434427

435428
function checkEnter(event) {

0 commit comments

Comments
 (0)