Change JavaScript namespace from interop to Oqtane
This commit is contained in:
		| @ -1,4 +1,6 @@ | ||||
| window.interop = { | ||||
| var Oqtane = Oqtane || {}; | ||||
|  | ||||
| Oqtane.Interop = { | ||||
|     setCookie: function (name, value, days) { | ||||
|         var d = new Date(); | ||||
|         d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000)); | ||||
|  | ||||
| @ -1,4 +1,6 @@ | ||||
| window.interop = { | ||||
| var Oqtane = Oqtane || {}; | ||||
|  | ||||
| Oqtane.RichTextEditor = { | ||||
|     createQuill: function ( | ||||
|         quillElement, toolBar, readOnly, | ||||
|         placeholder, theme, debugLevel) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jim Spillane
					Jim Spillane