Skip to content

Commit

Permalink
Integrating notification system
Browse files Browse the repository at this point in the history
  • Loading branch information
istemi-bahceci committed Dec 15, 2016
1 parent 770ad7a commit 79aaf1d
Show file tree
Hide file tree
Showing 9 changed files with 3,444 additions and 39 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"backbone": "~1.3.3",
"body-parser": "~1.15.1",
"bootstrap": "~3.3.6",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.12.0",
"clean-css": "^3.4.21",
"cytoscape": "2.7.11",
Expand Down
8 changes: 7 additions & 1 deletion public/bin/base.min.css

Large diffs are not rendered by default.

63 changes: 32 additions & 31 deletions public/bin/base.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<link rel="stylesheet" href="lib/js/bootstrap-color-picker/css/bootstrap-colorpicker.min.css" charset="utf-8">

<!--For debugging-->
<!--<link rel="stylesheet" href="bin/base.css" charset="utf-8">-->
<link rel="stylesheet" href="bin/base.min.css" charset="utf-8">
<link rel="stylesheet" href="bin/base.css" charset="utf-8">
<!--<link rel="stylesheet" href="bin/base.min.css" charset="utf-8">-->
</head>
<body>

Expand Down Expand Up @@ -736,8 +736,8 @@ <h3 class="modal-title">Grid Options</h3>
<script src="lib/js/FileSaver.js" charset="utf-8"></script>

<!--For debugging-->
<!--<script src="bin/base.js"></script>-->
<script src="bin/base.min.js"></script>
<script src="bin/base.js"></script>
<!--<script src="bin/base.min.js"></script>-->
<script src="lib/js/cytoscape-edgeHandles.js" charset="utf-8"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/qtip2/2.2.0/jquery.qtip.js"></script>
<script src="https://code.jquery.com/ui/1.11.0/jquery-ui.min.js"></script>
Expand Down
Loading

0 comments on commit 79aaf1d

Please sign in to comment.