Message1224

Author beslayed
Recipients
Date 2014-06-24.21:25:10
Content
After one of the more recent updates, conkeror no longer liked my .conkerorrc file until I commented out
certain bits.  One of them was this:

/// /// Project Gutenbeg ///
/// define_webjump("books-gutenberg",
///     function (term) {
///         return load_spec(
///             { uri: "http://www.gutenberg.org/ebooks/search/",
///               post_data: make_post_data([['query', term]]) });
///     },
///     $alternative = "http://www.gutenberg.org/",
///     $argument = 'optional');

Is there something in that which no longer works?
History
Date User Action Args
2014-06-24 21:25:11beslayedsetmessageid: <1403645111.02.0.65602388863.issue474@bugs.conkeror.org>
2014-06-24 21:25:10beslayedlinkissue474 messages
2014-06-24 21:25:10beslayedcreate