Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fikipollo committed Aug 1, 2016
1 parent 2a96a89 commit 98b842a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions PaintomicsClient/public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
-->
<html>
<head>
<title>Paintomics v3.0</title>
<title>Paintomics 3</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="js/libs/extjs/resources/ext-theme-neptune/ext-theme-neptune-all.css" />
<link rel="stylesheet" type="text/css" href="resources/font-awesome/css/font-awesome.min.css" />
Expand All @@ -34,7 +34,6 @@
<link rel="stylesheet" type="text/css" href="resources/css/main.css" />

<!--COMPONENTS AND LAYOUTS LIBRARY -->
<!--<script type="text/javascript" src="js/libs/extjs/ext-all-debug.js"></script>-->
<script type="text/javascript" src="js/libs/extjs/ext-all.js"></script>
<script type="text/javascript" src="js/libs/jquery/jquery-2.min.js"></script>
<!--CHARTS LIBRARY -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*********************************************************************
* GLOBAL SETTINGS *****************************************
**********************************************************************/
APP_VERSION = "v0.4.1";
APP_VERSION = "v0.4.2";
SERVER_URL = "";
//SERVER_PORT = ":8080";
/*********************************************************************
Expand Down

0 comments on commit 98b842a

Please sign in to comment.