##// END OF EJS Templates
fixed 2nd button styles and disabled state as well for the buttons
fixed 2nd button styles and disabled state as well for the buttons

File last commit:

r3179:0e268a0f default
r3598:58a00114 new-ui
Show More
index.js
7 lines | 334 B | application/javascript | JavascriptLexer
js: migrate to polymer 3.x
r3173 import '@polymer/iron-ajax/iron-ajax.js';
js: support shared styles via webpack inline
r3179 import './shared-styles.js';
js: migrate to polymer 3.x
r3173 import './channelstream-connection/channelstream-connection.js';
import './rhodecode-toast/rhodecode-toast.js';
import './rhodecode-toggle/rhodecode-toggle.js';
import './rhodecode-unsafe-html/rhodecode-unsafe-html.js';
import './rhodecode-app/rhodecode-app.js';