I came across a function below in one of the javascript files of a SharePoint system.
function RTE_InsertImage(strBaseElementID)
{ULS1Lu:;
}
I have never seen something like ULS1Lu:;in any of the javascript code I worked with before. Does anyone know what this does?
Sorry for the weak title of the question. I was not sure how else to express it.
source
share