diff options
author | Ondrej Zara <ondrej.zara@firma.seznam.cz> | 2015-04-28 15:11:26 +0200 |
---|---|---|
committer | Ondrej Zara <ondrej.zara@firma.seznam.cz> | 2015-04-28 15:11:26 +0200 |
commit | 9815a3ba73fe016be28c29df21b80d23ec51240e (patch) | |
tree | 66afb0fb85c13c06d92ae2ce5522727cb4e66d99 /js | |
parent | 1bd2b93c6f5c988726ab5e4754bdc167b1f23b10 (diff) | |
download | wwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.zip wwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.tar.gz wwwsqldesigner-9815a3ba73fe016be28c29df21b80d23ec51240e.tar.bz2 |
google->github
Diffstat (limited to 'js')
-rw-r--r-- | js/wwwsqldesigner.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/wwwsqldesigner.js b/js/wwwsqldesigner.js index dcd328a..7e0394d 100644 --- a/js/wwwsqldesigner.js +++ b/js/wwwsqldesigner.js @@ -2658,7 +2658,7 @@ SQL.Designer.prototype.findNamedTable = function(name) { /* find row specified a SQL.Designer.prototype.toXML = function() { var xml = '<?xml version="1.0" encoding="utf-8" ?>\n'; - xml += '<!-- SQL XML created by WWW SQL Designer, http://code.google.com/p/wwwsqldesigner/ -->\n'; + xml += '<!-- SQL XML created by WWW SQL Designer, https://github.com/ondras/wwwsqldesigner/ -->\n'; xml += '<!-- Active URL: ' + location.href + ' -->\n'; xml += '<sql>\n'; |