diff options
-rw-r--r-- | POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html b/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html index 8a7a45d5f..0493afce1 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/main/policyEditor.html @@ -41,7 +41,8 @@ <script src= "app/fusion/external/jquery/dist/jquery.min.js"></script> <script src= "app/policyApp/CSS/bootstrap/dist/js/bootstrap-modalmanager.min.js"></script> <script src= "app/policyApp/CSS/bootstrap/dist/js/bootstrap.min.js"></script> - <link rel="stylesheet" href="app/fusion/styles/jquery-ui.css"> + <!-- <link rel="stylesheet" href="app/fusion/styles/jquery-ui.css"> --> + <script src= "static/js/jquery-ui.js"></script> <!---------------------------Angular Gridster--------------------------------> <link rel="stylesheet" href="app/fusion/external/angular-gridster/dist/angular-gridster.min.css"> |