projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b287d
)
updated 2016/includes/program_js.html
author
rsiddharth
<rsd@gnu.org>
Fri, 29 Jan 2016 01:59:23 +0000
(20:59 -0500)
committer
rsiddharth
<rsd@gnu.org>
Fri, 29 Jan 2016 01:59:23 +0000
(20:59 -0500)
removed log statement.
2016/includes/program_js.html
patch
|
blob
|
blame
|
history
diff --git
a/2016/includes/program_js.html
b/2016/includes/program_js.html
index 590c1202156fab0545529320f4311a14508ace49..2d6093627ff37093cc9897e66dade3ce30d82f89 100755
(executable)
--- a/
2016/includes/program_js.html
+++ b/
2016/includes/program_js.html
@@
-5,7
+5,6
@@
$('.collapse').removeClass('in');
$('.program-session-room-details button').on('click', function() {
- console.log(':' + $(this).text().trim() + ':');
if($(this).text().trim() === 'Details') {
$(this).text('Collapse details');
}else{