Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Skuse committed Mar 19, 2012
2 parents eb5dd95 + 9475873 commit 0857e75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 2 additions & 3 deletions ATBar.min.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions ATBar.user.js
Expand Up @@ -31,20 +31,24 @@ function __start(){
$lib = AtKit.lib();

var settings = {
'version': '2.0.101-beta6'
'version': '2.0.107-beta8'
};

settings.baseURL = ('https:' == document.location.protocol ? 'https://ssl.atbar.org/c/ATBar2/' : 'http://c.atbar.org/ATBar2/');

var plugins = ["ftw", "resize", "fonts", "spell", "dictionary", "insipio-tts", "readability", "css", "shortcutkeys", "tooltip"];
var plugins = ["ftw", "resize", "fonts", "spellng", "dictionary", "insipio-tts", "readability", "css", "shortcutkeys", "tooltip"];

var onLoad = function(){

// Set our logo
AtKit.setLogo(settings.baseURL + "images/atbar.png");
AtKit.setName("ATBar");

AtKit.setLanguage("GB");

if(typeof window["AtKitLanguage"] == "undefined"){
AtKit.setLanguage("GB");
} else {
AtKit.setLanguage(window["AtKitLanguage"]);
}

var about = "Version " + settings.version;
about += "<p style=\"line-height:120%\">Created by <a href=\"http://seb.skus.es/\">Sebastian Skuse</a> and the <a href=\"http://access.ecs.soton.ac.uk/\">Accessibility Team</a>.<br>Web and Internet Science, ECS<br> &copy; University of Southampton 2011.<br><br>Fugue Icons &copy; <a href=\"http://www.pinvoke.com/\">pinvoke</a> under Creative Commons licence, Dictionary &copy; <a href=\"http://en.wiktionary.org/\">Wiktionary</a> under Creative Commons licence.<br><a href=\"http://famspam.com/facebox/\">Facebox</a> jQuery plugin &copy; Chris Wanstrath under MIT licence, Portions of the spelling engine &copy; <a href=\"http://brandonaaron.net\">Brandon Aaron</a> under MIT licence.</p>";
Expand Down

0 comments on commit 0857e75

Please sign in to comment.