Преглед на файлове

Merge branch 'master' of http://192.168.0.115:3000/4dkankan/laser_v1

jinx преди 3 години
родител
ревизия
9f1f760e54
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      main.js

+ 2 - 2
main.js

@@ -93669,8 +93669,8 @@ and limitations under the License.
            var t = this;
            this.clearSearchResults(),
            this.PoiService.routeStart && this.PoiService.routeEnd && (this.UrlService.addRouteParameters(this.PoiService.routeStart, this.PoiService.routeEnd),
-           //this.RouteService.findRoute(this.PoiService.routeStart.globalLocation, this.PoiService.routeEnd.globalLocation).then((function(e) {
-           this.RouteService.findRoute(this.PoiService.routeStart.location, this.PoiService.routeEnd.location).then((function(e) {
+           this.RouteService.findRoute(this.PoiService.routeStart.globalLocation, this.PoiService.routeEnd.globalLocation).then((function(e) {
+           //this.RouteService.findRoute(this.PoiService.routeStart.location, this.PoiService.routeEnd.location).then((function(e) {
                t.PoiService.wasRouteFound = e.instructions.length > 0,
                t.PoiService.poisChanged.emit(),
                s.isMobileBrowser() && r.blurActiveElement()