File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed
froala_editor/static/froala_editor Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ form .fr-dropdown ul .fr-dropdown-menu {
2
+ margin-left : 0 ;
3
+ }
4
+
5
+ form .fr-element p {
6
+ margin-left : 0 ;
7
+ padding-left : 0 ;
8
+ }
9
+
10
+ .fr-box {
11
+ clear : both;
12
+ }
Original file line number Diff line number Diff line change
1
+ function getCookie ( name ) {
2
+ var cookieValue = null ;
3
+ if ( document . cookie && document . cookie != '' ) {
4
+ var cookies = document . cookie . split ( ';' ) ;
5
+ for ( var i = 0 ; i < cookies . length ; i ++ ) {
6
+ var cookie = jQuery . trim ( cookies [ i ] ) ;
7
+ // Does this cookie string begin with the name we want?
8
+ if ( cookie . substring ( 0 , name . length + 1 ) == ( name + '=' ) ) {
9
+ cookieValue = decodeURIComponent ( cookie . substring ( name . length + 1 ) ) ;
10
+ break ;
11
+ }
12
+ }
13
+ }
14
+ return cookieValue ;
15
+ }
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'django-froala-editor' ,
5
- version = '2.7.6' ,
5
+ version = '2.7.6-1 ' ,
6
6
author = 'Dipesh Acharya' ,
7
7
author_email = 'xtranophilist@gmail.com' ,
8
8
maintainer = 'Froala Labs' ,
You can’t perform that action at this time.
0 commit comments