Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
0377c148
Commit
0377c148
authored
Mar 22, 2016
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rfix #5215
parent
1b796767
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
134 additions
and
132 deletions
+134
-132
socket.js
app/zetalib/socket.js
+1
-2
app.js
dist/app.js
+3
-3
components.js
dist/bower_components/components.js
+1
-1
templates.js
dist/templates.js
+129
-126
No files found.
app/zetalib/socket.js
View file @
0377c148
...
@@ -34,8 +34,7 @@ angular.module('ulakbus')
...
@@ -34,8 +34,7 @@ angular.module('ulakbus')
var
refresh_count
=
0
;
var
refresh_count
=
0
;
var
refresh_websocket
=
refresh_count
<
5
?
1000
:
5000
;
var
refresh_websocket
=
refresh_count
<
5
?
1000
:
5000
;
var
isSupported
=
function
()
{
var
isSupported
=
function
()
{
// return "WebSocket" in window;
return
"WebSocket"
in
window
;
return
false
;
};
};
var
generate_ws
=
function
()
{
var
generate_ws
=
function
()
{
if
(
isSupported
())
{
if
(
isSupported
())
{
...
...
dist/app.js
View file @
0377c148
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/bower_components/components.js
View file @
0377c148
This diff is collapsed.
Click to expand it.
dist/templates.js
View file @
0377c148
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment