X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=js%2Feuphorik.js;h=6685b1620bfd29adfeee736464aefc1e6960e370;hb=f6158580ec307685d5ac2075ff7a58f205335690;hp=27ec5bb064b3f80fc6025699cb54e1ad172820bd;hpb=2faefc542de20cfcc0220b5c7fd7982dd0fbbfd4;p=euphorik.git diff --git a/js/euphorik.js b/js/euphorik.js index 27ec5bb..6685b16 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -781,12 +781,6 @@ jQuery.noConflict() jQuery(document).ready( function() { - /* FIXME : ce code pose problème sur konqueror, voir : http://www.kde-forum.org/thread.php?threadid=17993 - var p = new DOMParser(); - var doc = p.parseFromString("\n", "text/xml") - var s = new XMLSerializer() - alert(s.serializeToString(doc)) */ - var util = new Util() var client = new Client(util) var pages = new Pages()