Merge remote-tracking branch 'caliblur/master'
This commit is contained in:
		
						commit
						17b7333992
					
				
							
								
								
									
										2
									
								
								cps/static/css/caliBlur.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								cps/static/css/caliBlur.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -108,7 +108,7 @@ if ( $( 'body.book' ).length > 0 ) {
 | 
				
			||||||
      .replace(/^(?=\n)$|^\s*|\s*$|\n\n+/gm,"").split(/\n/);
 | 
					      .replace(/^(?=\n)$|^\s*|\s*$|\n\n+/gm,"").split(/\n/);
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
     else {
 | 
					     else {
 | 
				
			||||||
       newdesc = description.toString();
 | 
					       newdesc = description.text();
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
     doc = nlp ( newdesc.toString() );
 | 
					     doc = nlp ( newdesc.toString() );
 | 
				
			||||||
     sentences = doc.map((m)=> m.out( 'text' ));
 | 
					     sentences = doc.map((m)=> m.out( 'text' ));
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										7
									
								
								cps/static/js/libs/bootstrap.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								cps/static/js/libs/bootstrap.min.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -104,6 +104,14 @@
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      {%endif%}
 | 
					      {%endif%}
 | 
				
			||||||
    {% endfor %}
 | 
					    {% endfor %}
 | 
				
			||||||
 | 
					    {% if g.current_theme == 1 %}
 | 
				
			||||||
 | 
					      <div id="loader" hidden="true">
 | 
				
			||||||
 | 
					        <center>
 | 
				
			||||||
 | 
					          <h3>{{_('Uploading...')}}</h3>
 | 
				
			||||||
 | 
					          <span>{{_("please don't refresh the page")}}</span>.
 | 
				
			||||||
 | 
					        </center>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					    {%endif%}
 | 
				
			||||||
    <div class="container-fluid">
 | 
					    <div class="container-fluid">
 | 
				
			||||||
      <div class="row-fluid">
 | 
					      <div class="row-fluid">
 | 
				
			||||||
        {% if g.user.is_authenticated or g.user.is_anonymous %}
 | 
					        {% if g.user.is_authenticated or g.user.is_anonymous %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user