plugin testbeds filter: hrn with backslashes
authorLoic Baron <loic.baron@lip6.fr>
Mon, 14 Apr 2014 12:35:59 +0000 (14:35 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Mon, 14 Apr 2014 12:35:59 +0000 (14:35 +0200)
plugins/testbeds/static/js/testbeds.js

index f26602e..b977127 100644 (file)
 
                 value = this.dataset['platform'];
                 // handle the hrn that include . in their name (has to be in sync with the data from SFA)
-                value = value.replace(/\./g,"\\.");
+                //value = value.replace(/\./g,"\\.");
                 key = "network_hrn";
                 op = "included";
                 return $(this).hasClass('active') ? self._addFilter(key, op, value) : self._removeFilter(key, op, value);