File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ class="btn btn-default btn-xs">
5656 </button >
5757 <ul class =" dropdown-menu" role =" menu" >
5858 <li ><a href =" javascript:rename('{!! basename ($file ) ! !} ')" >Rename</a ></li >
59- <li ><a href =" javascript:cropImage(' {!! basename ( $file ) ! !} ' )" >View</a ></li >
60- <li ><a href =" javascript:cropImage(' {!! basename ( $file ) ! !} ' )" >Download</a ></li >
59+ <li ><a href =" javascript:notImp( )" >View</a ></li >
60+ <li ><a href =" javascript:notImp( )" >Download</a ></li >
6161 <li class =" divider" ></li >
62- <li ><a href =" javascript:cropImage(' {!! basename ( $file ) ! !} ' )" >Rotate</a ></li >
62+ <li ><a href =" javascript:notImp( )" >Rotate</a ></li >
6363 <li ><a href =" javascript:scaleImage('{!! basename ($file ) ! !} ')" >Scale</a ></li >
6464 <li ><a href =" javascript:cropImage('{!! basename ($file ) ! !} ')" >Crop</a ></li >
6565 <li class =" divider" ></li >
Original file line number Diff line number Diff line change @@ -291,11 +291,8 @@ function cropImage(x) {
291291 });
292292 }
293293
294- function rotate () {
295- var theImageId = $ (' .highlight img' ).map (function () {
296- return this .id ;
297- }).get ();
298- alert (theImageId);
294+ function notImp () {
295+ bootbox .alert (' Not yet implemented!' );;
299296 }
300297
301298 $ (" .add-folder" ).click (function () {
You can’t perform that action at this time.
0 commit comments