Skip to content

Commit

Permalink
Fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavdar committed Nov 17, 2015
2 parents 3b98556 + 3529886 commit ad97ea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/public/tinymce/plugins/formula/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
}
});
});
}());
}());
6 changes: 5 additions & 1 deletion Resources/views/Formula/plugin.js.html.twig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
<script>
(function () {
'use strict';
Expand Down Expand Up @@ -67,4 +68,7 @@
});
tinymce.claroline.plugins.formula = true;
}());
</script>
</script>
=======
<script src="{{ asset('tinymce/plugins/formula/plugin.min.js') }}"></script>
>>>>>>> 3529886f720e07cc8e67c06750c3575638531afe

0 comments on commit ad97ea3

Please sign in to comment.