I am currently using alfresco community Edition 4.0d.
I have add a new text field in the authority-finder-get-html.ftl.
I am changing the alfresco authority-finder-min.js so that user cna search basis on the second input text field.But the change is not reflected.
For example:-
var searchText = Dom.get(this.id + "-search-text");
I have made it to as per the second text field ID:-
var searchText = Dom.get(this.id + "-search-text1");
Changes are not refleted?
What should i do for that?
Is it possible that i am using community edition so that changes are not reflected.
Please reply as early as possible..
Thank you.