[sagenb] 111/157: Correct introspection js
felix salfelder
felix-guest at moszumanska.debian.org
Mon Dec 22 16:51:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository sagenb.
commit f0d787058591a3408b25424e237de7217f9f16ec
Author: kcrisman <kcrisman at gmail.com>
Date: Mon Oct 20 11:17:03 2014 -0400
Correct introspection js
Now clicking on the click message should work properly.
---
sagenb/data/sage/js/master.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sagenb/data/sage/js/master.js b/sagenb/data/sage/js/master.js
index b9f7f52..03b336b 100644
--- a/sagenb/data/sage/js/master.js
+++ b/sagenb/data/sage/js/master.js
@@ -16,7 +16,7 @@ $(function () {
initialize_the_notebook();
//'#worksheet_cell_list' why was it function (e) below.
$(document)
- .on('click','.introspection .docstring .click-message #worksheet_cell_list', function (e) {
+ .on('click','#worksheet_cell_list .introspection .docstring .click-message', function (e) {
var ds_elem = $(this).parent(), style;
var id = toint(ds_elem.parent().attr('id').slice(15));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git
More information about the debian-science-commits
mailing list