Ubuntu Pastebin

Paste from dholbach at Thu, 13 Aug 2015 14:36:14 +0000

Download as text
1
2
3
4
5
core.getURL = function(){
	var url = document.URL;
	url = url.replace('https://developer.ubuntu.com','http://developer.ubuntu.com');
	return url;
};
Download as text