mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 02:42:30 +02:00
Deprecate $j global variable and replace them all with standard jQuery
This commit is contained in:
@ -52,7 +52,7 @@ var et2_html = (function(){ "use strict"; return et2_valueWidget.extend([et2_IDe
|
||||
// Allow no child widgets
|
||||
this.supportedWidgetClasses = [];
|
||||
|
||||
this.htmlNode = $j(document.createElement("span"));
|
||||
this.htmlNode = jQuery(document.createElement("span"));
|
||||
if(this._type == 'htmlarea')
|
||||
{
|
||||
this.htmlNode.addClass('et2_textbox_ro');
|
||||
|
Reference in New Issue
Block a user