Skip to content

Commit

Permalink
Merge pull request #4 from shreypasari-accolite/v3
Browse files Browse the repository at this point in the history
Remove jquery
  • Loading branch information
dheerajaccolite authored Apr 2, 2019
2 parents 6a383d0 + 781c93f commit 96c5261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/js/froala-django.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function getCookie(name) {
if (document.cookie && document.cookie != '') {
var cookies = document.cookie.split(';');
for (var i = 0; i < cookies.length; i++) {
var cookie = jQuery.trim(cookies[i]);
var cookie = cookies[i].trim();
// Does this cookie string begin with the name we want?
if (cookie.substring(0, name.length + 1) == (name + '=')) {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
Expand Down

0 comments on commit 96c5261

Please sign in to comment.