I have no idea what is happening here..
model.attributes.data.Path.replace('/\\/g',""), @options.path.replace('/\\/g',"")
When doing :
console.log model.attributes.data.Path.replace('/\\/g',""),
@options.path.replace('/\\/g',"")
the data is:
T2/T2_2, T2/T2_2
It returns this:
T2T2_2, T2/T2_2
So only the first path was replaced, but not the second one? Why would that be?