Radiate.prototype.addPost = function()

in Radii8Designer/src/js/Radiate.js [60:68]


Radiate.prototype.addPost = function () {
	console.log("add post");
	
	if (this.postFrame) {
		this.postFrame.onready = this.newPostReadyCallBack;
		this.postFrame.onload  = this.newPostReadyCallBack;
		this.postFrame.src = "http://www.radii8.com/blog/wp-admin/post-new.php";
	}
}