Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

patched security issue and look for same referer for AJAX calls when editing posts #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bradtaylorsf
Copy link
Contributor

No description provided.

@@ -6,7 +6,7 @@
var optly = new OptimizelyAPI( $( '#optimizely_token' ).val() );

if ( !! $( '#optimizely_experiment_id' ).val() ) {
optly.get( 'experiments/' + $( '#optimizely_experiment_id' ).val(), function( response ) {
optly.get(f 'experiments/' + $( '#optimizely_experiment_id' ).val(), function( response ) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is there an 'f' here?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants