Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tiny Tiny RSS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Server
Tiny Tiny RSS
Commits
1c4f5e83
Commit
1c4f5e83
authored
Jan 21, 2017
by
Andrew Dolgov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dependency on dojo/_base/html
parent
6887a0f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
js/prefs.js
js/prefs.js
+1
-1
js/tt-rss.js
js/tt-rss.js
+1
-0
No files found.
js/prefs.js
View file @
1c4f5e83
...
...
@@ -919,6 +919,7 @@ function init() {
"
dojo/ready
"
,
"
dojo/parser
"
,
"
dojo/_base/loader
"
,
"
dojo/_base/html
"
,
"
dijit/ColorPalette
"
,
"
dijit/Dialog
"
,
"
dijit/form/Button
"
,
...
...
@@ -1808,4 +1809,3 @@ function clearSqlLog() {
}
}
js/tt-rss.js
View file @
1c4f5e83
...
...
@@ -222,6 +222,7 @@ function init() {
"
dojo/ready
"
,
"
dojo/parser
"
,
"
dojo/_base/loader
"
,
"
dojo/_base/html
"
,
"
dijit/ProgressBar
"
,
"
dijit/ColorPalette
"
,
"
dijit/Dialog
"
,
...
...
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