diff options
Diffstat (limited to 'static')
| -rwxr-xr-x | static/tests/lolmail.txt | 4 | ||||
| -rwxr-xr-x | static/tests/space.packing/index.html | 4 | ||||
| -rwxr-xr-x | static/tests/space.packing/search.html | 4 | ||||
| -rwxr-xr-x | static/tests/space.packing/search.js | 10 |
4 files changed, 11 insertions, 11 deletions
diff --git a/static/tests/lolmail.txt b/static/tests/lolmail.txt index 6e43c50..18e5369 100755 --- a/static/tests/lolmail.txt +++ b/static/tests/lolmail.txt @@ -2,7 +2,7 @@ Dear Agent, -I am the Compliance Officer and authorized representative of iStockphoto LP, contacting you regarding the unauthorized use of iStockphoto content on: dump.fm +I am the Compliance Officer and authorized representative of iStockphoto LP, contacting you regarding the unauthorized use of iStockphoto content on: hump.fm @@ -751,4 +751,4 @@ Suite 200 – 1240 20th Avenue SE Calgary, AB T2G 1M8, Canada t: 1-866-478-6251 ext. 6839 -e: ce@istockphoto.com
\ No newline at end of file +e: ce@istockphoto.com diff --git a/static/tests/space.packing/index.html b/static/tests/space.packing/index.html index f2368fd..c4b2d72 100755 --- a/static/tests/space.packing/index.html +++ b/static/tests/space.packing/index.html @@ -1,9 +1,9 @@ <!DOCTYPE html>
<html>
<head>
- <title>dump.fm image packing test</title>
+ <title>hump.fm image packing test</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="description" content="dump.fm - Talk with pictures!" />
+ <meta name="description" content="hump.fm - Talk with pictures!" /> <script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
<script type="text/javascript" src="spacefill.js"></script>
diff --git a/static/tests/space.packing/search.html b/static/tests/space.packing/search.html index 88ae935..87eec52 100755 --- a/static/tests/space.packing/search.html +++ b/static/tests/space.packing/search.html @@ -1,9 +1,9 @@ <!DOCTYPE html>
<html>
<head>
- <title>dump.fm image packing test</title>
+ <title>hump.fm image packing test</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="description" content="dump.fm - Talk with pictures!" />
+ <meta name="description" content="hump.fm - Talk with pictures!" /> <link rel="stylesheet" type="text/css" href="/static/css/dump.css">
<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
<script type="text/javascript" src="/static/js/pichat.js"></script>
diff --git a/static/tests/space.packing/search.js b/static/tests/space.packing/search.js index c01ff30..6f84ddd 100755 --- a/static/tests/space.packing/search.js +++ b/static/tests/space.packing/search.js @@ -29,7 +29,7 @@ function makeImageCacheWatcher(imageCache){ return function(){ imageCache.loadingImages.forEach(function(img){
if (img.complete) {
if (img.height == 0 || img.width == 0 || img.height == NaN || img.width == NaN) {
- // call server... dump.fm/cmd/thisImageIsFuckingBrokenY'all?img=foo
+ // call server... hump.fm/cmd/thisImageIsFuckingBrokenY'all?img=foo } else {
imageCache.loadedImages.push(img)
// console.log("loaded +" + img.src)
@@ -76,14 +76,14 @@ var Search = { 'imageCache': new ImageCache(),
'init': function(){
- $("#search-query").val("search dump.fm")
+ $("#search-query").val("search hump.fm") $("#search-query").focus(function(){
- if ($("#search-query").val() == 'search dump.fm')
+ if ($("#search-query").val() == 'search hump.fm') $("#search-query").val("")
})
$("#search-query").blur(function(){
if ($("#search-query").val().trim() == '')
- $("#search-query").val("search dump.fm")
+ $("#search-query").val("search hump.fm") })
$("#search-query").keydown(ifEnter(Search.doSearch))
$("#search-results-images a").live("mouseup", Search.click)
@@ -185,4 +185,4 @@ $('#content a').live('hover', function(event) { }
}
});
-
\ No newline at end of file + |
