Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/03/2014 09:32:45 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Improve output of grunt jshint task. See #2578.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/js/topic.js

    r4549 r5334  
    1515                    response.content = bbpTopicJS.generic_ajax_error;
    1616                }
    17                 alert( response.content );
     17                window.alert( response.content );
    1818            }
    1919        } );
Note: See TracChangeset for help on using the changeset viewer.