Remove trailing whitespace throughout project
This commit is contained in:
parent
74b8f16aa2
commit
bd6140a8cc
1753 changed files with 24077 additions and 24077 deletions
|
@ -7,45 +7,45 @@
|
|||
<Content type="html"><![CDATA[<!--HTML-->
|
||||
<!-- #includes -->
|
||||
<!DOCTYPE html>
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
.gadget_text {
|
||||
font-family: Verdana, Arial;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
|
||||
.gadgets-gadget-chrome {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js"></script>
|
||||
|
||||
<pre><div id="content" class="gadget_text"></div></pre>
|
||||
<script>
|
||||
|
||||
function parseXml(xml) {
|
||||
|
||||
function parseXml(xml) {
|
||||
if (jQuery.browser.msie) {
|
||||
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
|
||||
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
|
||||
xmlDoc.loadXML(xml);
|
||||
xml = xmlDoc;
|
||||
}
|
||||
|
||||
|
||||
return xml;
|
||||
}
|
||||
}
|
||||
|
||||
function handleResponse(obj) {
|
||||
var ids = [];
|
||||
var theXML = obj.text;
|
||||
|
||||
|
||||
// IE hack
|
||||
theXML = parseXml(theXML);
|
||||
theXML = parseXml(theXML);
|
||||
|
||||
// JB hack
|
||||
$("#content").append( "Additional search results for " + gadgets.util.getUrlParameters()['keyword'] )
|
||||
|
||||
$("#content").append( "Additional search results for " + gadgets.util.getUrlParameters()['keyword'] )
|
||||
|
||||
gadgets.window.adjustHeight();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue