Merge pull request #24478 from agh1/5.53.0-releasenotes-final
[civicrm-core.git] / ang / crmApp.js
index e3baceb971a6618ba84bcea245725811ffdbaba1..388ad98ae07d4139fe8651a6bf1dbb2dbc24ac32 100644 (file)
@@ -4,11 +4,6 @@
   // modules should depend on it.
   var crmApp = angular.module('crmApp', CRM.angular.modules);
 
-  // dev/core#1818 use angular 1.5 default of # instead of 1.6+ default of #!
-  crmApp.config(['$locationProvider', function($locationProvider) {
-    $locationProvider.hashPrefix("");
-  }]);
-
   crmApp.config(['$routeProvider',
     function($routeProvider) {