Loading courseWP.js +1 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ /* jshint node: true, multistr: true, trailing: true, esnext: true */ "use strict"; const VERSION = "0.12.9", const VERSION = "1.0.0", JQUERY = "http://code.jquery.com/jquery-2.1.1.min.js", FILEPATH = "/home/www/www"; Loading Loading @@ -519,10 +519,6 @@ function processPage(pi) { } }); // FIXME wiggio breaks the back button, so hack links to open // in a new window $('a[href^="http://cd4oe.wiggio.com"]').attr("target", "wiggio"); theme.process($, opt); // if using analytics, install at the bottom of the page Loading package.json +1 −1 Original line number Diff line number Diff line { "name": "wecourse", "version": "0.9.9", "version": "1.0.0", "author": "Jim Tittsler <jim@oerfoundation.org>", "description": "build a static course from WikiEducator open resources", "keywords": [ Loading Loading
courseWP.js +1 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ /* jshint node: true, multistr: true, trailing: true, esnext: true */ "use strict"; const VERSION = "0.12.9", const VERSION = "1.0.0", JQUERY = "http://code.jquery.com/jquery-2.1.1.min.js", FILEPATH = "/home/www/www"; Loading Loading @@ -519,10 +519,6 @@ function processPage(pi) { } }); // FIXME wiggio breaks the back button, so hack links to open // in a new window $('a[href^="http://cd4oe.wiggio.com"]').attr("target", "wiggio"); theme.process($, opt); // if using analytics, install at the bottom of the page Loading
package.json +1 −1 Original line number Diff line number Diff line { "name": "wecourse", "version": "0.9.9", "version": "1.0.0", "author": "Jim Tittsler <jim@oerfoundation.org>", "description": "build a static course from WikiEducator open resources", "keywords": [ Loading