.com -> .io

This commit is contained in:
Nicolas Stepien 2013-04-05 22:35:52 +02:00
parent b5a3de3395
commit e8659c6514
4 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@
* *
* Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com> * Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com>
* Copyright (c) 2012-2013 Nicolas Stepien <stepien.nicolas@gmail.com> * Copyright (c) 2012-2013 Nicolas Stepien <stepien.nicolas@gmail.com>
* http://mayhemydg.github.com/4chan-x/ * http://mayhemydg.github.io/4chan-x/
* 4chan X 2.39.2 * 4chan X 2.39.2
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
@ -2722,9 +2722,9 @@
className: 'reply dialog', className: 'reply dialog',
innerHTML: '<div id=optionsbar>\ innerHTML: '<div id=optionsbar>\
<div id=credits>\ <div id=credits>\
<a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a>\ <a target=_blank href=http://mayhemydg.github.io/4chan-x/>4chan X</a>\
| <a target=_blank href=https://raw.github.com/mayhemydg/4chan-x/master/changelog>' + Main.version + '</a>\ | <a target=_blank href=https://raw.github.com/mayhemydg/4chan-x/master/changelog>' + Main.version + '</a>\
| <a target=_blank href=http://mayhemydg.github.com/4chan-x/#bug-report>Issues</a>\ | <a target=_blank href=http://mayhemydg.github.io/4chan-x/#bug-report>Issues</a>\
</div>\ </div>\
<div>\ <div>\
<label for=main_tab>Main</label>\ <label for=main_tab>Main</label>\
@ -5766,7 +5766,7 @@
} catch (_error) { } catch (_error) {
err = _error; err = _error;
if (notify) { if (notify) {
alert("4chan X (" + Main.version + ") error: " + err.message + "\nReport the bug at mayhemydg.github.com/4chan-x/#bug-report\n\nURL: " + window.location + "\n" + err.stack); alert("4chan X (" + Main.version + ") error: " + err.message + "\nReport the bug at mayhemydg.github.io/4chan-x/#bug-report\n\nURL: " + window.location + "\n" + err.stack);
} }
} }
} }

View File

@ -33,7 +33,7 @@ HEADER = """
* *
* Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com> * Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com>
* Copyright (c) 2012-2013 Nicolas Stepien <stepien.nicolas@gmail.com> * Copyright (c) 2012-2013 Nicolas Stepien <stepien.nicolas@gmail.com>
* http://mayhemydg.github.com/4chan-x/ * http://mayhemydg.github.io/4chan-x/
* 4chan X #{VERSION} * 4chan X #{VERSION}
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person

View File

@ -1,4 +1,4 @@
# Get 4chan X [HERE](http://mayhemydg.github.com/4chan-x/). # Get 4chan X [HERE](http://mayhemydg.github.io/4chan-x/).
# Building # Building

View File

@ -2170,9 +2170,9 @@ Options =
className: 'reply dialog' className: 'reply dialog'
innerHTML: '<div id=optionsbar> innerHTML: '<div id=optionsbar>
<div id=credits> <div id=credits>
<a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a> <a target=_blank href=http://mayhemydg.github.io/4chan-x/>4chan X</a>
| <a target=_blank href=https://raw.github.com/mayhemydg/4chan-x/master/changelog>' + Main.version + '</a> | <a target=_blank href=https://raw.github.com/mayhemydg/4chan-x/master/changelog>' + Main.version + '</a>
| <a target=_blank href=http://mayhemydg.github.com/4chan-x/#bug-report>Issues</a> | <a target=_blank href=http://mayhemydg.github.io/4chan-x/#bug-report>Issues</a>
</div> </div>
<div> <div>
<label for=main_tab>Main</label> <label for=main_tab>Main</label>
@ -4699,7 +4699,7 @@ Main =
try try
callback node for node in nodes callback node for node in nodes
catch err catch err
alert "4chan X (#{Main.version}) error: #{err.message}\nReport the bug at mayhemydg.github.com/4chan-x/#bug-report\n\nURL: #{window.location}\n#{err.stack}" if notify alert "4chan X (#{Main.version}) error: #{err.message}\nReport the bug at mayhemydg.github.io/4chan-x/#bug-report\n\nURL: #{window.location}\n#{err.stack}" if notify
return return
observer: (mutations) -> observer: (mutations) ->
nodes = [] nodes = []