Remove unused AngularJS local storage

This commit is contained in:
Maikel Linke
2025-01-02 15:25:15 +11:00
parent 8f761fc438
commit 558d4debdb
6 changed files with 0 additions and 553 deletions

View File

@@ -1,5 +1,4 @@
window.OFNShared = angular.module("OFNShared", [
"mm.foundation",
"LocalStorageModule"
]).config ($httpProvider) ->
$httpProvider.defaults.headers.common["Accept"] = "application/json, text/javascript, */*"