mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 19:36:06 +00:00
Fixing pager Javascript
This commit is contained in:
parent
f0ab46685a
commit
b2dfd0e48f
@ -10,7 +10,6 @@ define(['require',
|
||||
var onload = function(){
|
||||
console.log('Kernel haskell kernel.js is loading.');
|
||||
|
||||
events.on('app_initialized.NotebookApp', function(){
|
||||
// add here logic that shoudl be run once per **page load**
|
||||
// like adding specific UI, or changing the default value
|
||||
// of codecell highlight.
|
||||
@ -57,7 +56,6 @@ define(['require',
|
||||
IPython.Pager.prototype.append_text = function (text) {
|
||||
this.pager_element.find(".container").append($('<div/>').html(IPython.utils.autoLinkUrls(text)));
|
||||
};
|
||||
});
|
||||
|
||||
events.on('shell_reply.Kernel', function() {
|
||||
// Add logic here that should be run once per reply.
|
||||
|
Loading…
x
Reference in New Issue
Block a user