isearch/commit

Avoid dependency on jquery cpack

authorJan Wielemaker
Mon Oct 26 11:56:04 2015 +0100
committerJan Wielemaker
Mon Oct 26 11:56:04 2015 +0100
commita8000e5e5ff5baf770cf6d796c6bdd2e7df14bc2
treeeebb03bc4ab2bf84a68de9efa1b575450b08cdf8
parentec26037e80e16883c224829d9c8897594a0d148d
Diff style: patch stat
diff --git a/applications/isearch.pl b/applications/isearch.pl
index 0c62747..3733c26 100644
--- a/applications/isearch.pl
+++ b/applications/isearch.pl
@@ -49,8 +49,7 @@
 :- use_module(library(semweb/rdf_abstract)).
 :- use_module(library(settings)).
 :- use_module(library(apply)).
-:- use_module(library(jquery), []).	% declaration of jquery resources
-					% from jquery cpack
+:- use_module(library(http/cp_jquery)).
 
 :- use_module(library(search/facet)).
 :- use_module(components(label)).